Expose local postgres so you can connect to it when using docker-machine

This commit is contained in:
Anna Sidwell 2018-03-27 13:21:29 +11:00
parent 63a52a1f7f
commit 6a6260c183

View File

@ -24,7 +24,7 @@ services:
- postgres-data-volume:/var/lib/postgresql/data
- ./support/postgres/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
ports:
- "127.0.0.1:5432:5432"
- 5432:5432
env_file:
- ./local.env