Also bind to 0.0.0.0 by default

master
andryyy 2017-06-23 10:53:44 +02:00
parent 1595697030
commit 0fafadb0bb
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ services:
max-size: "5m" max-size: "5m"
ports: ports:
- "${HTTPS_BIND:-0.0.0.0}:${HTTPS_PORT:-443}:${HTTPS_PORT:-443}" - "${HTTPS_BIND:-0.0.0.0}:${HTTPS_PORT:-443}:${HTTPS_PORT:-443}"
- "${HTTP_BIND:-127.0.0.1}:${HTTP_PORT:-80}:${HTTP_PORT:-80}" - "${HTTP_BIND:-0.0.0.0}:${HTTP_PORT:-80}:${HTTP_PORT:-80}"
restart: always restart: always
dns: dns:
- 172.22.1.254 - 172.22.1.254