Skip to content

Commit

Permalink
fix: change default exposure for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
Valimp committed Feb 26, 2024
1 parent aa8a5b6 commit c715adb
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 @@ -34,7 +34,7 @@ services:
mem_limit: 4g
shm_size: 1g
ports:
- "${POSTGRES_EXPOSE:-0.0.0.0:5432}:5432"
- "${POSTGRES_EXPOSE:-127.0.0.1:5432}:5432"

nginx:
image: nginx:1.25-alpine
Expand Down

0 comments on commit c715adb

Please sign in to comment.