Expose local postgres so you can connect to it when using docker-machine
This commit is contained in:
parent
63a52a1f7f
commit
6a6260c183
@ -24,7 +24,7 @@ services:
|
|||||||
- postgres-data-volume:/var/lib/postgresql/data
|
- postgres-data-volume:/var/lib/postgresql/data
|
||||||
- ./support/postgres/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
|
- ./support/postgres/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:5432:5432"
|
- 5432:5432
|
||||||
env_file:
|
env_file:
|
||||||
- ./local.env
|
- ./local.env
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user