mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 17:37:02 +03:00
Fix (docker): Use 127.0.0.1 instead of localhost to test snappymail in entrypoint.sh
This commit is contained in:
parent
1e597f9cd7
commit
87c8befebe
2 changed files with 4 additions and 5 deletions
|
|
@ -52,7 +52,6 @@ http {
|
|||
|
||||
server {
|
||||
listen 8888;
|
||||
listen [::]:8888;
|
||||
root /snappymail;
|
||||
index index.php;
|
||||
charset utf-8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue