added schedule directly
This commit is contained in:
@@ -16,4 +16,3 @@ STORAGE_DIR=/mnt/storage
|
|||||||
|
|
||||||
#SPEEDTEST
|
#SPEEDTEST
|
||||||
APP_KEY=base64:VLw8Cjo19spvAfXPV5O23ebNa8kyA/6p66DI+orvcJ8=
|
APP_KEY=base64:VLw8Cjo19spvAfXPV5O23ebNa8kyA/6p66DI+orvcJ8=
|
||||||
SPEEDTEST_SCHEDULE=10 * * * *
|
|
||||||
@@ -135,7 +135,7 @@ services:
|
|||||||
- PUID=${PUID}
|
- PUID=${PUID}
|
||||||
- PGID=${PGID}
|
- PGID=${PGID}
|
||||||
- DB_CONNECTION=sqlite
|
- DB_CONNECTION=sqlite
|
||||||
- SPEEDTEST_SCHEDULE=${SPEEDTEST_SCHEDULE}
|
- SPEEDTEST_SCHEDULE=15 */6 * * *
|
||||||
- APP_KEY=${APP_KEY}
|
- APP_KEY=${APP_KEY}
|
||||||
- DISPLAY_TIMEZONE=true
|
- DISPLAY_TIMEZONE=true
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user