Skip to content

Commit 4e662f0

Browse files
Bot Updating Templated Files
1 parent 4850b3b commit 4e662f0

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
@@ -63,6 +63,11 @@ Please note that the database configuration environment variables will apply _on
6363

6464
For more information please see the [official documentation](https://docs.requarks.io/).
6565

66+
## Read-Only Operation
67+
68+
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
69+
70+
6671
## Usage
6772

6873
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
@@ -132,6 +137,7 @@ Containers are configured using parameters passed at runtime (such as those abov
132137
| `-e DB_PASS=` | DB password (postgres only) |
133138
| `-v /config` | Persistent config files |
134139
| `-v /data` | Where Wiki.js data is stored. |
140+
| `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
135141

136142
## Environment variables from files (Docker secrets)
137143

0 commit comments

Comments
 (0)