Skip to content

Commit

Permalink
#829 Change port of postgres container for test
Browse files Browse the repository at this point in the history
  • Loading branch information
koda-masaru committed Oct 25, 2017
1 parent 6413aa4 commit 78758c4
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 @@ -39,7 +39,7 @@ services:
postgres:
image: postgres:9.6.5
ports:
- 5432:5432
- 15432:5432
expose:
- 5432
environment:
Expand Down

0 comments on commit 78758c4

Please sign in to comment.