mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +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 {
|
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