Skip to content

Commit eede91a

Browse files
Bot Updating Templated Files
1 parent 569e77a commit eede91a

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

README.md

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

7272
```yaml
7373
---
74-
version: "2.1"
7574
services:
7675
medusa:
7776
image: lscr.io/linuxserver/medusa:latest
@@ -188,7 +187,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
188187

189188
## Updating Info
190189

191-
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.
190+
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.
192191

193192
Below are the instructions for updating containers:
194193

@@ -253,21 +252,6 @@ Below are the instructions for updating containers:
253252
docker image prune
254253
```
255254

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

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