Skip to content

Commit 3530867

Browse files
Bot Updating Templated Files
1 parent f510b91 commit 3530867

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ To log in to the application, browse to `http://<hostip>:6501`.
6565
* Default Password: admin
6666
`change password ASAP.`
6767

68+
## Read-Only Operation
69+
70+
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
71+
72+
### Caveats
73+
* Not supported when running with SSL (Further debuging into why is appreciated)
74+
75+
6876
## Usage
6977

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

117126
## Environment variables from files (Docker secrets)
118127

0 commit comments

Comments
 (0)