mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 17:19:32 +00:00
Restructured some things and made 1000:100 the default user. Added debian base image, tests and update README.md
This commit is contained in:
parent
0084476349
commit
e96b9d994f
10 changed files with 126 additions and 54 deletions
|
|
@ -36,7 +36,7 @@ Headless JDownloader 2 Docker Container
|
|||
## Optional environment variables
|
||||
|Environment Variable|Description|
|
||||
|--------------------|-----------|
|
||||
|UID|Specifies the UID the daemon should run as. All created files will be owned by this UID. Defaults to 0 for root.|
|
||||
|GID|Specifies the GID for all created files. This only works in combination with the UID. Defaults to 0 for root.|
|
||||
|UID|Specifies the UID the daemon should run as. All created files will be owned by this UID. Defaults to 1000.|
|
||||
|GID|Specifies the GID for all created files. This only works in combination with the UID. Defaults to 100 for users.|
|
||||
|
||||
Not setting these will default to root:root. If you are required to set all environment varibles, setting these to 0 will fall back to the default.
|
||||
Not setting these will default to 1000:100.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue