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

This reverts commit 1e597f9cd7.
This commit is contained in:
the-djmaze 2023-11-23 00:31:32 +01:00 committed by GitHub
parent 6f2f89c365
commit ad3d8c87ec

View file

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