Skip to content

Commit

Permalink
docker-compose: expose postgres port
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhb committed Oct 10, 2021
1 parent 9a1363a commit b645895
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ services:
POSTGRES_PASSWORD: postgres
volumes:
- db_volume:/var/lib/postgresql/data
ports:
- 5432:5432
volumes:
db_volume:

0 comments on commit b645895

Please sign in to comment.