File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ docker run -d --name speedtest-tracker --restart unless-stopped \
2626 -e PUID=1000 \
2727 -e PGID=1000 \
2828 -e APP_KEY= \ # How to generate an app key: https://speedtest-tracker.dev/
29+ -e SPEEDTEST_SCHEDULE=0 * * * * \ # optional: schedule a speedtest (default: every hour): https://crontab.guru
2930 -e APP_URL=http://localhost \
3031 -e DB_CONNECTION=sqlite \
3132 -v ${PWD} :/config \
@@ -47,6 +48,7 @@ services:
4748 - APP_KEY= # How to generate an app key: https://speedtest-tracker.dev/
4849 - APP_URL=http://localhost
4950 - DB_CONNECTION=sqlite
51+ - SPEEDTEST_SCHEDULE=0 * * * * # optional: schedule a speedtest (default: every hour): https://crontab.guru
5052 volumes:
5153 - /path/to/data:/config
5254 - /path/to-custom-ssl-keys:/config/keys
You can’t perform that action at this time.
0 commit comments