Skip to content

Commit

Permalink
fix(docker): add missing ipv6 all-interfaces binding (#8438)
Browse files Browse the repository at this point in the history
Closes #8437
  • Loading branch information
Southclaws authored Mar 6, 2023
1 parent 97a198b commit 51b45e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ http {

server {
listen 8080;
listen [::]:8080;
server_name localhost;
index index.html index.htm;

Expand Down

0 comments on commit 51b45e7

Please sign in to comment.