mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-17 16:45:06 +00:00
Fix listener
This commit is contained in:
parent
cb5cc9b9fd
commit
e159eb7522
2 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
listen ${HTTP_PORT};
|
||||
listen listen [::]:${HTTP_PORT};
|
||||
listen [::]:${HTTP_PORT};
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
listen ${HTTPS_PORT};
|
||||
listen listen [::]:${HTTPS_PORT};
|
||||
listen [::]:${HTTPS_PORT};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue