Skip to content

Commit a70da23

Browse files
Bot Updating Templated Files
1 parent 7b98df7 commit a70da23

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
@@ -89,7 +89,7 @@ services:
8989
- DISPLAY_TIMEZONE=Etc/UTC #optional
9090
- PRUNE_RESULTS_OLDER_THAN=0 #optional
9191
volumes:
92-
- /path/to/data:/config
92+
- /path/to/speedtest-tracker/data:/config
9393
ports:
9494
- 80:80
9595
restart: unless-stopped
@@ -115,7 +115,7 @@ docker run -d \
115115
-e DISPLAY_TIMEZONE=Etc/UTC `#optional` \
116116
-e PRUNE_RESULTS_OLDER_THAN=0 `#optional` \
117117
-p 80:80 \
118-
-v /path/to/data:/config \
118+
-v /path/to/speedtest-tracker/data:/config \
119119
--restart unless-stopped \
120120
lscr.io/linuxserver/speedtest-tracker:latest
121121
```

0 commit comments

Comments
 (0)