Skip to content

Commit 3c8b3e7

Browse files
committedSep 1, 2018
In OS-X, docker do not start Postgres instance even on default port if not specified explicitly
1 parent 3477f74 commit 3c8b3e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎docker-compose.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ services:
55
db:
66
image: postgres
77
restart: always
8+
ports:
9+
- 5432:5432
810

911
redis:
1012
image: redis

0 commit comments

Comments
 (0)
Please sign in to comment.