Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit 5c4c7e8

Browse files
Bot Updating Templated Files
1 parent 8061e8e commit 5c4c7e8

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 @@ The architectures supported by this image are:
6363

6464
While this is a more up to date rebase of the original Booksonic server, upgrading in place is not supported and a fresh install has been recommended. Default user/pass is admin/admin
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.
@@ -123,6 +128,7 @@ Containers are configured using parameters passed at runtime (such as those abov
123128
| `-v /audiobooks` | Audiobooks. |
124129
| `-v /podcasts` | Podcasts. |
125130
| `-v /othermedia` | Other media. |
131+
| `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
126132

127133
## Environment variables from files (Docker secrets)
128134

0 commit comments

Comments
 (0)