hotfix: invalid volume variable

This commit is contained in:
Fuad
2025-07-23 17:59:57 +03:00
committed by GitHub
parent dff6cba2d8
commit b08bca5ce4

View File

@@ -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