You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,11 @@ The architectures supported by this image are:
63
63
64
64
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
65
65
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
+
66
71
## Usage
67
72
68
73
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
123
128
|`-v /audiobooks`| Audiobooks. |
124
129
|`-v /podcasts`| Podcasts. |
125
130
|`-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/). |
126
132
127
133
## Environment variables from files (Docker secrets)
0 commit comments