fix(docker): add missing ipv6 all-interfaces binding (#8438)
Closes #8437
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user