From 6a6260c183404a20dd7099ac6b6d3fb625e6c324 Mon Sep 17 00:00:00 2001 From: Anna Sidwell Date: Tue, 27 Mar 2018 13:21:29 +1100 Subject: [PATCH] Expose local postgres so you can connect to it when using docker-machine --- local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.yml b/local.yml index fafa217..6306f4b 100644 --- a/local.yml +++ b/local.yml @@ -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