Fix: listen on IPv6 socket as well in container

This commit is contained in:
Andriy Kushnir (Orhideous) 2023-11-23 00:03:41 +02:00
parent 79348f975f
commit 4cbac8e6b6

View file

@ -52,6 +52,7 @@ http {
server {
listen 8888;
listen [::]:8888;
root /snappymail;
index index.php;
charset utf-8;