Skip to content

Commit

Permalink
Merge pull request #1 from cznethub/develop
Browse files Browse the repository at this point in the history
Make docker ports configurable.
  • Loading branch information
cbcunc authored Jun 23, 2022
2 parents 63440ec + 753dd28 commit 801e0eb
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 801e0eb

Please sign in to comment.