Skip to content

Commit 05e5ce7

Browse files
Bot Updating Templated Files
1 parent ffeffc0 commit 05e5ce7

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ To help you get started creating a container from this image you can either use
6969

7070
```yaml
7171
---
72-
version: "2.1"
7372
services:
7473
dokuwiki:
7574
image: lscr.io/linuxserver/dokuwiki:latest
@@ -183,7 +182,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
183182

184183
## Updating Info
185184

186-
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.
185+
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.
187186

188187
Below are the instructions for updating containers:
189188

@@ -248,21 +247,6 @@ Below are the instructions for updating containers:
248247
docker image prune
249248
```
250249

251-
### Via Watchtower auto-updater (only use if you don't remember the original parameters)
252-
253-
* Pull the latest image at its tag and replace it with the same env variables in one run:
254-
255-
```bash
256-
docker run --rm \
257-
-v /var/run/docker.sock:/var/run/docker.sock \
258-
containrrr/watchtower \
259-
--run-once dokuwiki
260-
```
261-
262-
* You can also remove the old dangling images: `docker image prune`
263-
264-
**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).
265-
266250
### Image Update Notifications - Diun (Docker Image Update Notifier)
267251

268252
**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)