Skip to content

Commit 5281bb7

Browse files
authored
Update README.md
Add: schedule variable, as it is a feature most people are gonna want to customize
1 parent edb5aa1 commit 5281bb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)