You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-19Lines changed: 6 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Find us at:
41
41
42
42
[Speedtest-tracker](https://github.com/alexjustesen/speedtest-tracker) is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.
|`-e DB_DATABASE=`| Database name (postgres/mysql). |
@@ -198,7 +200,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
198
200
199
201
## Updating Info
200
202
201
-
Most of our images are static, versioned, and require an image update and container recreation to update the app inside. With some exceptions (ie. nextcloud, plex), we do not recommend or support updating apps inside the container. Please consult the [Application Setup](#application-setup) section above to see if it is recommended for the image.
203
+
Most of our images are static, versioned, and require an image update and container recreation to update the app inside. With some exceptions (noted in the relevant readme.md), we do not recommend or support updating apps inside the container. Please consult the [Application Setup](#application-setup) section above to see if it is recommended for the image.
202
204
203
205
Below are the instructions for updating containers:
204
206
@@ -263,21 +265,6 @@ Below are the instructions for updating containers:
263
265
docker image prune
264
266
```
265
267
266
-
### Via Watchtower auto-updater (only use if you don't remember the original parameters)
267
-
268
-
* Pull the latest image at its tag and replace it with the same env variables in one run:
269
-
270
-
```bash
271
-
docker run --rm \
272
-
-v /var/run/docker.sock:/var/run/docker.sock \
273
-
containrrr/watchtower \
274
-
--run-once speedtest-tracker
275
-
```
276
-
277
-
* You can also remove the old dangling images: `docker image prune`
278
-
279
-
**warning**: We do not endorse the use of Watchtower as a solution to automated updates of existing Docker containers. In fact we generally discourage automated updates. However, this is a useful tool for one-time manual updates of containers where you have forgotten the original parameters. In the long term, we highly recommend using [Docker Compose](https://docs.linuxserver.io/general/docker-compose).
**tip**: We recommend [Diun](https://crazymax.dev/diun/) for update notifications. Other tools that automatically update containers unattended are not recommended or supported.
@@ -305,4 +292,4 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
0 commit comments