mirror of
https://github.com/nginx-proxy/nginx-proxy
synced 2025-08-20 12:36:40 +02:00
13 lines
287 B
YAML
13 lines
287 B
YAML
services:
|
|
# nginx-proxy:
|
|
# environment:
|
|
# ENABLE_PROXY_PROTOCOL: "false" #Disabled by default
|
|
|
|
proxy-protocol-global-disabled:
|
|
image: web
|
|
expose:
|
|
- "80"
|
|
environment:
|
|
WEB_PORTS: "80"
|
|
VIRTUAL_HOST: proxy-protocol-global-disabled.nginx-proxy.tld
|