We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b98df7 commit a70da23Copy full SHA for a70da23
README.md
@@ -89,7 +89,7 @@ services:
89
- DISPLAY_TIMEZONE=Etc/UTC #optional
90
- PRUNE_RESULTS_OLDER_THAN=0 #optional
91
volumes:
92
- - /path/to/data:/config
+ - /path/to/speedtest-tracker/data:/config
93
ports:
94
- 80:80
95
restart: unless-stopped
@@ -115,7 +115,7 @@ docker run -d \
115
-e DISPLAY_TIMEZONE=Etc/UTC `#optional` \
116
-e PRUNE_RESULTS_OLDER_THAN=0 `#optional` \
117
-p 80:80 \
118
- -v /path/to/data:/config \
+ -v /path/to/speedtest-tracker/data:/config \
119
--restart unless-stopped \
120
lscr.io/linuxserver/speedtest-tracker:latest
121
```
0 commit comments