Skip to content

Commit

Permalink
Make docker ports configurable.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbcunc committed Jun 23, 2022
1 parent 63440ec commit 753dd28
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 @@ -8,7 +8,7 @@ services:
volumes:
- pgdata:/var/lib/postgresql/data
ports:
- 5432:5432
- "${DATABASE_PORT}:${DATABASE_PORT}"
environment:
POSTGRES_USER: "${DATABASE_USERNAME}"
POSTGRES_PASSWORD: "${DATABASE_PASSWORD}"
Expand Down

0 comments on commit 753dd28

Please sign in to comment.