Skip to content

Commit b7a3794

Browse files
Bot Updating Templated Files
1 parent 89fbd79 commit b7a3794

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

+1-17
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ To help you get started creating a container from this image you can either use
102102

103103
```yaml
104104
---
105-
version: "2.1"
106105
services:
107106
sqlitebrowser:
108107
image: lscr.io/linuxserver/sqlitebrowser:latest
@@ -220,7 +219,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
220219

221220
## Updating Info
222221

223-
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.
222+
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.
224223

225224
Below are the instructions for updating containers:
226225

@@ -285,21 +284,6 @@ Below are the instructions for updating containers:
285284
docker image prune
286285
```
287286

288-
### Via Watchtower auto-updater (only use if you don't remember the original parameters)
289-
290-
* Pull the latest image at its tag and replace it with the same env variables in one run:
291-
292-
```bash
293-
docker run --rm \
294-
-v /var/run/docker.sock:/var/run/docker.sock \
295-
containrrr/watchtower \
296-
--run-once sqlitebrowser
297-
```
298-
299-
* You can also remove the old dangling images: `docker image prune`
300-
301-
**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).
302-
303287
### Image Update Notifications - Diun (Docker Image Update Notifier)
304288

305289
**tip**: We recommend [Diun](https://crazymax.dev/diun/) for update notifications. Other tools that automatically update containers unattended are not recommended or supported.

0 commit comments

Comments
 (0)