fix(docker): add missing ipv6 all-interfaces binding (#8438)

Closes #8437
This commit is contained in:
Barnaby Keene
2023-03-06 14:55:59 +00:00
committed by GitHub
parent 97a198bc76
commit 51b45e740d

View File

@@ -30,6 +30,7 @@ http {
server { server {
listen 8080; listen 8080;
listen [::]:8080;
server_name localhost; server_name localhost;
index index.html index.htm; index index.html index.htm;