Skip to content

Commit 96bb99d

Browse files
committed
🐛(compose) fix "port already taken" errors when starting docker compose
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.
1 parent a090f18 commit 96bb99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ UNSET_USER=0
77

88
TERRAFORM_DIRECTORY="./env.d/terraform"
99
COMPOSE_FILE="${REPO_DIR}/docker-compose.yml"
10-
COMPOSE_PROJECT="impress"
10+
COMPOSE_PROJECT="docs"
1111

1212

1313
# _set_user: set (or unset) default user id used to run docker commands

0 commit comments

Comments
 (0)