Skip to content

Commit

Permalink
Expose PSQL port override via env var
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseyburnett committed Feb 14, 2024
1 parent 5eeb622 commit dbf0fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- POSTGRES_PASSWORD=postgres
privileged: true
ports:
- 5432:5432
- "${POSTGRES_SQL_SERVICE_PORT:-5432}:5432"
volumes:
- ./tmp/db:/var/lib/postgresql/data
command:
Expand Down

0 comments on commit dbf0fdb

Please sign in to comment.