Skip to content

Commit

Permalink
Expose PosgreSQL port in Docker Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
woop committed Feb 20, 2020
1 parent 887f9e3 commit aec7979
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion infra/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,6 @@ services:
ZOOKEEPER_CLIENT_PORT: 2181

db:
image: postgres:12-alpine
image: postgres:12-alpine
ports:
- "5432:5342"

0 comments on commit aec7979

Please sign in to comment.