From b43997ba3ebfb79134a5760be0fb8c2029ca0d5d Mon Sep 17 00:00:00 2001 From: EsGeh Date: Mon, 25 Nov 2019 16:12:39 +0100 Subject: [PATCH] hopefully this fixes conflict between docker containers with same names --- scripts/config/env.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config/env.conf b/scripts/config/env.conf index dcd6948..fbbcc12 100644 --- a/scripts/config/env.conf +++ b/scripts/config/env.conf @@ -3,7 +3,7 @@ ################################################### # container names: WEB_SERVER_CONTAINER=eoa_1_5_webserver -DB_CONTAINER=db +DB_CONTAINER=eoa_1_5_db WEB_SERVER_IMAGE=eoa_1_5_webserver ###################################################