You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,6 @@ To help you get started creating a container from this image you can either use
102
102
103
103
```yaml
104
104
---
105
-
version: "2.1"
106
105
services:
107
106
plex:
108
107
image: lscr.io/linuxserver/plex:latest
@@ -251,7 +250,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
251
250
252
251
## Updating Info
253
252
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.
255
254
256
255
Below are the instructions for updating containers:
257
256
@@ -316,21 +315,6 @@ Below are the instructions for updating containers:
316
315
docker image prune
317
316
```
318
317
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).
**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
358
342
359
343
## Versions
360
344
345
+
***09.01.24:** - Set ownership on TranscoderTempDirectory when it's been saved in Preferences.
361
346
* **16.08.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).
362
347
* **03.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
363
348
* **16.10.22:** - Rebase to jammy. Update to s6v3. Remove opencl packages (bundled with plex).
0 commit comments