added schedule directly

This commit is contained in:
2024-10-20 15:05:24 -05:00
parent 7fd6ea9452
commit c72cc8a15b
2 changed files with 1 additions and 2 deletions

View File

@@ -16,4 +16,3 @@ STORAGE_DIR=/mnt/storage
#SPEEDTEST
APP_KEY=base64:VLw8Cjo19spvAfXPV5O23ebNa8kyA/6p66DI+orvcJ8=
SPEEDTEST_SCHEDULE=10 * * * *

View File

@@ -135,7 +135,7 @@ services:
- PUID=${PUID}
- PGID=${PGID}
- DB_CONNECTION=sqlite
- SPEEDTEST_SCHEDULE=${SPEEDTEST_SCHEDULE}
- SPEEDTEST_SCHEDULE=15 */6 * * *
- APP_KEY=${APP_KEY}
- DISPLAY_TIMEZONE=true
networks: