mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03: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…
Add table
Add a link
Reference in a new issue