Fix (docker): Use 127.0.0.1 instead of localhost to test snappymail in entrypoint.sh

This commit is contained in:
Leonard Jonathan Oh 2023-11-22 22:50:43 +00:00
parent 1e597f9cd7
commit 87c8befebe
2 changed files with 4 additions and 5 deletions

View file

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