Skip to content

Commit

Permalink
Only use localhost interface for nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
unoduetre committed Sep 2, 2024
1 parent fd414e8 commit 973b61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ services:
nginx-proxy:
image: jwilder/nginx-proxy:latest
ports:
- "80:80"
- "127.0.0.1:80:80"
volumes:
- /var/run/docker.sock:/tmp/docker.sock
- ./nginx-proxy.conf:/etc/nginx/proxy.conf
Expand Down

0 comments on commit 973b61d

Please sign in to comment.