fix(speedtest-tracker): fix wrong directory structure

This commit is contained in:
2026-01-24 15:33:58 +01:00
parent f06e059e17
commit 963f208ff4
2 changed files with 2 additions and 2 deletions

View File

@@ -7,5 +7,5 @@ APP_KEY="base64 key here"
APP_URL="your.domain.com"
DATETIME_FORMAT="j M Y, G:i:s"
SPEEDTEST_SCHEDULE="0 */2 * * *"
CONFIG_PATH="../../volumes/speedtest-tracker/config"
CONFIG_PATH="../../volumes/speedtest-tracker/data"
KEYS_PATH="../../volumes/speedtest-tracker/keys"