Skip to content
This repository was archived by the owner on May 25, 2024. It is now read-only.

Commit ba84a51

Browse files
Bot Updating Templated Files
1 parent 82a37a7 commit ba84a51

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
@@ -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
endlessh:
7574
image: lscr.io/linuxserver/endlessh:latest
@@ -195,7 +194,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
195194

196195
## Updating Info
197196

198-
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.
197+
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.
199198

200199
Below are the instructions for updating containers:
201200

@@ -260,21 +259,6 @@ Below are the instructions for updating containers:
260259
docker image prune
261260
```
262261

263-
### Via Watchtower auto-updater (only use if you don't remember the original parameters)
264-
265-
* Pull the latest image at its tag and replace it with the same env variables in one run:
266-
267-
```bash
268-
docker run --rm \
269-
-v /var/run/docker.sock:/var/run/docker.sock \
270-
containrrr/watchtower \
271-
--run-once endlessh
272-
```
273-
274-
* You can also remove the old dangling images: `docker image prune`
275-
276-
**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).
277-
278262
### Image Update Notifications - Diun (Docker Image Update Notifier)
279263

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