From 51b45e740deb1ad3b5a2bc5bafd1793f0c9c3115 Mon Sep 17 00:00:00 2001 From: Barnaby Keene Date: Mon, 6 Mar 2023 14:55:59 +0000 Subject: [PATCH] fix(docker): add missing ipv6 all-interfaces binding (#8438) Closes #8437 --- docker/nginx.conf | 1 + 1 file changed, 1 insertion(+) 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;