mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-18 00:55:01 +00:00
Listen on internal IPv6
This commit is contained in:
parent
8c73b8eb5f
commit
813207c694
2 changed files with 2 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
listen ${HTTP_PORT};
|
||||
listen listen [::]:${HTTP_PORT};
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
listen ${HTTPS_PORT};
|
||||
listen listen [::]:${HTTPS_PORT};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue