From b08bca5ce49acee4fe886b342982e1ae69ac5c13 Mon Sep 17 00:00:00 2001 From: Fuad <26776550+fuad00@users.noreply.github.com> Date: Wed, 23 Jul 2025 17:59:57 +0300 Subject: [PATCH] hotfix: invalid volume variable --- docs/DOCKER_COMPOSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DOCKER_COMPOSE.md b/docs/DOCKER_COMPOSE.md index 37dc42b5..ecde2533 100755 --- a/docs/DOCKER_COMPOSE.md +++ b/docs/DOCKER_COMPOSE.md @@ -69,7 +69,7 @@ services: network_mode: "host" restart: unless-stopped volumes: - - ${APP_DATA_LOCATION}/netalertx/config:/app/config + - ${APP_CONFIG_LOCATION}/netalertx/config:/app/config - ${APP_DATA_LOCATION}/netalertx/db/:/app/db/ # (optional) useful for debugging if you have issues setting up the container - ${LOGS_LOCATION}:/app/log