Skip to content

Commit e222181

Browse files
Bot Updating Templated Files
1 parent 66586b4 commit e222181

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/permissions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
- '**/run'
66
- '**/finish'
77
- '**/check'
8+
- 'root/migrations/*'
9+
810
jobs:
911
permission_check:
1012
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ This image provides various versions that are available via tags. Please read th
7171
Access the webui at `<your-ip>:8181`, for more information check out [Tautulli](http://tautulli.com).
7272
To use the built-in Plex LogViewer you have to add a volume, preferably Read-Only. Then in Tautulli gui settings, under `Plex Media Server`, turn on `Show Advanced` and set the `Logs Folder` to the folder you mapped.
7373

74+
## Read-Only Operation
75+
76+
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
77+
78+
7479
## Usage
7580

7681
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
@@ -119,6 +124,7 @@ Containers are configured using parameters passed at runtime (such as those abov
119124
| `-e PGID=1000` | for GroupID - see below for explanation |
120125
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
121126
| `-v /config` | Persistent config files |
127+
| `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
122128

123129
## Environment variables from files (Docker secrets)
124130

0 commit comments

Comments
 (0)