diff --git a/docker/nginx.conf b/docker/nginx.conf index e6d55deb..0396936f 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -30,6 +30,7 @@ http { server { listen 8080; + listen [::]:8080; server_name localhost; index index.html index.htm;