Skip to content

Commit ce697bd

Browse files
authored
[Docs] updated generate app key url (alexjustesen#1468)
1 parent b510680 commit ce697bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Speedtest Tracker is containerized so you can run it anywhere you run your Docke
1818

1919
### Quick Start
2020

21-
```dockerfile
21+
```bash
2222
docker run -d --name speedtest-tracker --restart unless-stopped \
2323
-p 8080:80 \
2424
-e PUID=1000 \
2525
-e PGID=1000 \
26-
-e APP_KEY= # How to generate an app key: https://docs.speedtest-tracker.dev/getting-started/installation
26+
-e APP_KEY= # How to generate an app key: https://speedtest-tracker.dev/
2727
-e APP_URL=http://localhost
2828
-e DB_CONNECTION=sqlite \
2929
-v ${PWD}:/config \

0 commit comments

Comments
 (0)