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
Copy file name to clipboardExpand all lines: docs/images/docker-nzbget.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,14 @@ Use the optional paths if you don't understand, or don't want hardlinks/atomic m
65
65
66
66
The folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths) on how to get started with this.
67
67
68
+
## Read-Only Operation
69
+
70
+
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
71
+
72
+
## Non-Root Operation
73
+
74
+
This image can be run with a non-root user. For details please [read the docs](https://docs.linuxserver.io/misc/non-root/).
75
+
68
76
## Usage
69
77
70
78
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
@@ -143,6 +151,8 @@ Containers are configured using parameters passed at runtime (such as those abov
143
151
144
152
| Parameter | Function |
145
153
| :-----: | --- |
154
+
|`--read-only=true`| Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
155
+
|`--user=1000:1000`| Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). |
146
156
147
157
## Environment variables from files (Docker secrets)
148
158
@@ -325,30 +335,26 @@ To help with development, we generate this dependency graph.
0 commit comments