mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Revert "Fix: listen on IPv6 socket as well in container (#1324)"
This reverts commit 1e597f9cd7.
This commit is contained in:
parent
6f2f89c365
commit
ad3d8c87ec
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ http {
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 8888;
|
listen 8888;
|
||||||
listen [::]:8888;
|
|
||||||
root /snappymail;
|
root /snappymail;
|
||||||
index index.php;
|
index index.php;
|
||||||
charset utf-8;
|
charset utf-8;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue