File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 55 - ' **/run'
66 - ' **/finish'
77 - ' **/check'
8+ - ' root/migrations/*'
9+
810jobs :
911 permission_check :
1012 uses : linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1
Original file line number Diff line number Diff line change @@ -63,6 +63,11 @@ Please note that the database configuration environment variables will apply _on
6363
6464For 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
6873To 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
You can’t perform that action at this time.
0 commit comments