Fix: listen on IPv6 socket as well in container (#1324)

This commit is contained in:
Andriy Kushnir 2023-11-23 00:25:18 +02:00 committed by GitHub
parent 79348f975f
commit 1e597f9cd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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