Add default var for HTTPS_BIND

master
andryyy 2017-02-23 16:24:42 +01:00
parent 0610333205
commit 3aae8375b4
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ services:
- 172.22.1.254
dns_search: mailcow-network
ports:
- "${HTTPS_BIND}:${HTTPS_PORT:-443}:${HTTPS_PORT:-443}"
- "${HTTPS_BIND:-0.0.0.0}:${HTTPS_PORT:-443}:${HTTPS_PORT:-443}"
restart: always
networks:
mailcow-network: