Skip to content

Commit fd8fc52

Browse files
Bot Updating Documentation
1 parent 4db0cbb commit fd8fc52

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

docs/images/docker-nzbget.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ Use the optional paths if you don't understand, or don't want hardlinks/atomic m
6565

6666
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.
6767

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+
6876
## Usage
6977

7078
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
143151

144152
| Parameter | Function |
145153
| :-----: | --- |
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/). |
146156

147157
## Environment variables from files (Docker secrets)
148158

@@ -325,30 +335,26 @@ To help with development, we generate this dependency graph.
325335
init-migrations -> init-adduser
326336
init-os-end -> init-config
327337
init-config -> init-config-end
338+
init-crontab-config -> init-config-end
328339
init-nzbget-config -> init-config-end
329-
init-os-end -> init-crontab-config
340+
init-config -> init-crontab-config
330341
init-mods-end -> init-custom-files
331342
base -> init-envfile
332343
base -> init-migrations
333-
base -> init-mods
334344
init-config-end -> init-mods
335-
init-mods -> init-mods-end
336345
init-mods-package-install -> init-mods-end
337346
init-mods -> init-mods-package-install
338347
init-config -> init-nzbget-config
339-
base -> init-os-end
340348
init-adduser -> init-os-end
341349
init-envfile -> init-os-end
342-
init-migrations -> init-os-end
343350
init-custom-files -> init-services
344-
init-mods-end -> init-services
345351
init-services -> svc-cron
346352
svc-cron -> legacy-services
347353
init-services -> svc-nzbget
348354
svc-nzbget -> legacy-services
349355
}
350356
Base Images: {
351-
"baseimage-alpine:3.20"
357+
"baseimage-alpine:3.21"
352358
}
353359
"nzbget:latest" <- Base Images
354360
```

0 commit comments

Comments
 (0)