Skip to content

Commit

Permalink
Listen on IPv4 and IPv6 inside Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
utf-4096 committed Aug 23, 2024
1 parent 3999e72 commit 022a6cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-nginx.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
server {
listen 80;
listen [::]:80;

location / {
root /usr/share/nginx/html;

Expand Down

0 comments on commit 022a6cb

Please sign in to comment.