mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-27 09:36:09 +08:00
Fix: listen on IPv6 socket as well in container (#1324)
This commit is contained in:
parent
79348f975f
commit
1e597f9cd7
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ http {
|
|||
|
||||
server {
|
||||
listen 8888;
|
||||
listen [::]:8888;
|
||||
root /snappymail;
|
||||
index index.php;
|
||||
charset utf-8;
|
||||
|
|
Loading…
Reference in a new issue