Skip to content

Commit

Permalink
docker-compose: expose ports on localhosts only
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jul 6, 2024
1 parent 2e1955a commit ab34a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
links:
- queue
ports:
- 8080:8080
- 127.0.0.1:8080:8080
user: "${UID}:${GID}"
env_file:
- ./.env
Expand Down Expand Up @@ -55,7 +55,7 @@ services:
links:
- queue
ports:
- 5555:5555
- 127.0.0.1:5555:5555
user: "${UID}:${GID}"
env_file:
- ./.env
Expand Down

0 comments on commit ab34a25

Please sign in to comment.