Skip to content

Commit

Permalink
[Upd] Restrict docker services to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Nov 23, 2023
1 parent 548e9de commit c12b3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/internal-auth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
- ./nginx/error.html:/usr/share/nginx/html/error.html
ports:
- "${PORT:-1235}:80"
- "127.0.0.1:${PORT:-1235}:80"
restart: always
depends_on:
- record-manager
Expand Down

0 comments on commit c12b3d8

Please sign in to comment.