We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d3655 commit 12a962bCopy full SHA for 12a962b
docker-compose.yml
@@ -9,6 +9,8 @@ services:
9
nginx-proxy:
10
image: nginxproxy/nginx-proxy:1.3.1-alpine
11
container_name: nginx-proxy
12
+ environment:
13
+ TRUST_DOWNSTREAM_PROXY: "false"
14
ports:
15
- "80:80"
16
- "443:443"
0 commit comments