Merge pull request #1121 from fuad00/patch-1

hotfix: invalid volume variable
This commit is contained in:
Jokob @NetAlertX
2025-07-24 07:40:13 +10:00
committed by GitHub

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