Skip to content

Commit

Permalink
Expose PostgreSQL on a different port in development
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlecat committed May 7, 2017
1 parent 683d745 commit d5f1dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
environment:
PGDATA: /var/lib/postgresql/data/pgdata
ports:
- "5432:5432"
- "15432:5432"

db_test:
build:
Expand Down

0 comments on commit d5f1dec

Please sign in to comment.