mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-25 19:14:07 +00:00
Add default var for HTTPS_BIND
This commit is contained in:
parent
0610333205
commit
3aae8375b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue