From b8b89ef56edd23fe18c7b7e9cee9e9ac3179cc8e Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Wed, 5 Mar 2025 02:32:03 +0100 Subject: [PATCH] feat(traccar): Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e18093d..a36f99b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ When everything's ready start Traccar with Docker Compose, otherwise head down t export COMPOSE_DIR='/opt/containers/traccar' export COMPOSE_CTX='ux_vilnius' export COMPOSE_PROJECT='traccar-'"${COMPOSE_CTX}" -export COMPOSE_FILE="${COMPOSE_DIR}"'/docker-compose.yaml' +export COMPOSE_FILE="${COMPOSE_DIR}"'/compose.yaml' export COMPOSE_ENV= ```