mirror of
https://github.com/nginx-proxy/nginx-proxy
synced 2025-02-05 05:41:39 +01:00
13 lines
260 B
YAML
13 lines
260 B
YAML
services:
|
|
# nginx-proxy:
|
|
# environment:
|
|
# ENABLE_HTTP3: "false" #Disabled by default
|
|
|
|
http3-global-disabled:
|
|
image: web
|
|
expose:
|
|
- "80"
|
|
environment:
|
|
WEB_PORTS: "80"
|
|
VIRTUAL_HOST: http3-global-disabled.nginx-proxy.tld
|