♻️(docker) rename docker-compose.yaml in compose.yml

The usage of docker-compose.yaml file is deprecated, we can rename it in
compose.yml
This commit is contained in:
Manuel Raynaud
2025-06-13 09:49:35 +02:00
parent 4fbbead405
commit 56a945983e
2 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ REPO_DIR="$(cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd)"
UNSET_USER=0
TERRAFORM_DIRECTORY="./env.d/terraform"
COMPOSE_FILE="${REPO_DIR}/docker-compose.yml"
COMPOSE_FILE="${REPO_DIR}/compose.yml"
# _set_user: set (or unset) default user id used to run docker commands