mirror of
https://github.com/timvisee/send-docker-compose.git
synced 2025-12-06 05:50:55 +03:00
Disable HSTS on nginx-proxy container as it created duplicate HTTP header
This commit is contained in:
@@ -10,6 +10,7 @@ services:
|
|||||||
- '443:443'
|
- '443:443'
|
||||||
environment:
|
environment:
|
||||||
- DEFAULT_HOST=${HOST}
|
- DEFAULT_HOST=${HOST}
|
||||||
|
- HSTS=off
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||||
- proxy-certs:/etc/nginx/certs:ro
|
- proxy-certs:/etc/nginx/certs:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user