Skip to content

Commit 51b45e7

Browse files
authored
fix(docker): add missing ipv6 all-interfaces binding (#8438)
Closes #8437
1 parent 97a198b commit 51b45e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ http {
3030

3131
server {
3232
listen 8080;
33+
listen [::]:8080;
3334
server_name localhost;
3435
index index.html index.htm;
3536

0 commit comments

Comments
 (0)