From 27bf068cf01a610b46cd60b285eb03980986585b Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Tue, 27 Sep 2016 12:42:39 +0200 Subject: [PATCH] Fixup for #176 (#279) The removal of -dbhost wasn't reflected in the docker-compose.yml file. Thanks to @aslakknutsen for finding this. --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index f6b61b0..efcf47e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,8 @@ services: - default core: image: almightycore/almighty-core:latest - command: -dbhost db + environment: + ALMIGHTY_POSTGRES_HOST: db ports: - "8080:8080" networks: