Skip to content

Commit bc56830

Browse files
authored
Add updated image to the readme (alexjustesen#1767)
* Delete .github/screenshots/dashboard_screenshot.jpg * push * Delete .github/screenshots/dashboard_screenshot.jpg * Add files via upload * move it * push
1 parent ae295dd commit bc56830

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
-112 KB
Loading

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +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= \ # optional: schedule a speedtest (default: every hour): https://crontab.guru
29+
# -e SPEEDTEST_SCHEDULE= \ # optional: schedule a speedtest with an cronjob https://crontab.guru
3030
-e APP_URL=http://localhost \
3131
-e DB_CONNECTION=sqlite \
3232
-v ${PWD}:/config \
@@ -48,19 +48,20 @@ services:
4848
- APP_KEY= # How to generate an app key: https://speedtest-tracker.dev/
4949
- APP_URL=http://localhost
5050
- DB_CONNECTION=sqlite
51-
# - SPEEDTEST_SCHEDULE= # optional: schedule a speedtest (default: every hour): https://crontab.guru
51+
# - SPEEDTEST_SCHEDULE= # optional: schedule a speedtest with an cronjob https://crontab.guru
5252
volumes:
5353
- /path/to/data:/config
5454
- /path/to-custom-ssl-keys:/config/keys
5555
image: lscr.io/linuxserver/speedtest-tracker:latest
5656
restart: unless-stopped
5757
```
58+
For more environment configuration to customize your installation see the docs: https://docs.speedtest-tracker.dev/getting-started/environment-variables
59+
60+
5861
## Image version
5962

6063
A full list of released versions can be found here: https://fleet.linuxserver.io/image?name=linuxserver/speedtest-tracker
6164

62-
For more environment configuration see the docs: https://docs.speedtest-tracker.dev/getting-started/environment-variables
63-
6465
### FAQs and Features
6566

6667
[FAQs](https://docs.speedtest-tracker.dev/faqs) and a full list of planned and completed [features](https://docs.speedtest-tracker.dev/getting-started/features) can be found in the [documentation](https://docs.speedtest-tracker.dev).

0 commit comments

Comments
 (0)