From d62227c14f6972cb301930620803968c4b620ad7 Mon Sep 17 00:00:00 2001 From: teutat3s <10206665+teutat3s@users.noreply.github.com> Date: Tue, 28 Feb 2023 02:19:34 +0100 Subject: [PATCH] ci: add docker compose project name to ensure correct container names --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index a1962a9..065b173 100755 --- a/deploy.sh +++ b/deploy.sh @@ -26,4 +26,4 @@ export DEPLOY_TAG="$TAG" docker pull registry.greenbaum.cloud/pub_solar/miom.space:"$DEPLOY_TAG" # Deploy on Greenbaum Cloud -docker-compose up -d +docker-compose up --detach --project-name miomspace