mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-07-01 14:25:46 +00:00
ci: ensure all compose files are valid compose v2 + formatting
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
version: "2"
|
||||
|
||||
services:
|
||||
http3-global-disabled:
|
||||
image: web
|
||||
@ -12,4 +14,4 @@ services:
|
||||
volumes:
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
#environment:
|
||||
#ENABLE_HTTP3: "false" #Disabled by default
|
||||
#ENABLE_HTTP3: "false" #Disabled by default
|
||||
|
@ -1,3 +1,5 @@
|
||||
version: "2"
|
||||
|
||||
services:
|
||||
http3-global-enabled:
|
||||
image: web
|
||||
|
@ -1,3 +1,5 @@
|
||||
version: "2"
|
||||
|
||||
services:
|
||||
http3-vhost-enabled:
|
||||
image: web
|
||||
|
Reference in New Issue
Block a user