From 96bb99d6ec9732b6af7ac48a208734f8da7fc159 Mon Sep 17 00:00:00 2001 From: Samuel Paccoud - DINUM Date: Fri, 10 Jan 2025 09:54:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(compose)=20fix=20"port=20already?= =?UTF-8?q?=20taken"=20errors=20when=20starting=20docker=20compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We have changed the project's name from "impress" to "docs" but haven't replaced all occurrences of impress in the project because we want to be careful of the consequences on deployments. The name of the docker compose project was different for the "make pylint" target. This was causing the bug error on ports. Let's rename it without waiting. --- bin/_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/_config.sh b/bin/_config.sh index fe9eaf89..5ec03c46 100644 --- a/bin/_config.sh +++ b/bin/_config.sh @@ -7,7 +7,7 @@ UNSET_USER=0 TERRAFORM_DIRECTORY="./env.d/terraform" COMPOSE_FILE="${REPO_DIR}/docker-compose.yml" -COMPOSE_PROJECT="impress" +COMPOSE_PROJECT="docs" # _set_user: set (or unset) default user id used to run docker commands