Skip to content

Commit d7744c2

Browse files
Bot Updating Templated Files
1 parent d3542cc commit d7744c2

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

README.md

Lines changed: 2 additions & 17 deletions
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
plex:
108107
image: lscr.io/linuxserver/plex:latest
@@ -251,7 +250,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
251250

252251
## Updating Info
253252

254-
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.
253+
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.
255254

256255
Below are the instructions for updating containers:
257256

@@ -316,21 +315,6 @@ Below are the instructions for updating containers:
316315
docker image prune
317316
```
318317

319-
### Via Watchtower auto-updater (only use if you don't remember the original parameters)
320-
321-
* Pull the latest image at its tag and replace it with the same env variables in one run:
322-
323-
```bash
324-
docker run --rm \
325-
-v /var/run/docker.sock:/var/run/docker.sock \
326-
containrrr/watchtower \
327-
--run-once plex
328-
```
329-
330-
* You can also remove the old dangling images: `docker image prune`
331-
332-
**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).
333-
334318
### Image Update Notifications - Diun (Docker Image Update Notifier)
335319

336320
**tip**: We recommend [Diun](https://crazymax.dev/diun/) for update notifications. Other tools that automatically update containers unattended are not recommended or supported.
@@ -358,6 +342,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
358342

359343
## Versions
360344

345+
* **09.01.24:** - Set ownership on TranscoderTempDirectory when it's been saved in Preferences.
361346
* **16.08.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).
362347
* **03.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
363348
* **16.10.22:** - Rebase to jammy. Update to s6v3. Remove opencl packages (bundled with plex).

0 commit comments

Comments
 (0)