Add default var for HTTPS_BIND
This commit is contained in:
parent
0610333205
commit
3aae8375b4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user