Skip to content

Commit

Permalink
chore: limit proxy setup to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
warlof authored Jun 2, 2023
1 parent 679697e commit 71c2723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

front:
ports:
- ${PROXY_BACKEND_HTTP_PORT}:80
- "127.0.0.1:${PROXY_BACKEND_HTTP_PORT}:80"
networks:
- seat-frontend

Expand Down

0 comments on commit 71c2723

Please sign in to comment.