File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-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 @@ -61,6 +61,10 @@ The container should be run on the same docker network as the service(s) using i
6161* To see the versions of the API your Docker daemon and client support, use ` docker version ` and check the ` API version ` .
6262* [ Read the docs] ( https://docs.docker.com/engine/api/ ) for the API version you are using for an explanation of all the available endpoints.
6363
64+ ## Read-Only Operation
65+
66+ This image can be run with a read-only container filesystem. For details please [ read the docs] ( https://docs.linuxserver.io/misc/read-only/ ) .
67+
6468## Usage
6569
6670To help you get started creating a container from this image you can either use docker compose or the docker cli.
You can’t perform that action at this time.
0 commit comments