We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b510680 commit ce697bdCopy full SHA for ce697bd
README.md
@@ -18,12 +18,12 @@ Speedtest Tracker is containerized so you can run it anywhere you run your Docke
18
19
### Quick Start
20
21
-```dockerfile
+```bash
22
docker run -d --name speedtest-tracker --restart unless-stopped \
23
-p 8080:80 \
24
-e PUID=1000 \
25
-e PGID=1000 \
26
- -e APP_KEY= # How to generate an app key: https://docs.speedtest-tracker.dev/getting-started/installation
+ -e APP_KEY= # How to generate an app key: https://speedtest-tracker.dev/
27
-e APP_URL=http://localhost
28
-e DB_CONNECTION=sqlite \
29
-v ${PWD}:/config \
0 commit comments