From 3df21d4382622b7d201863c29c5d7372c6060094 Mon Sep 17 00:00:00 2001 From: PlusMinus0 Date: Wed, 4 Oct 2017 11:42:06 +0200 Subject: [PATCH] Update README for latest changes. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f33a8d..6de2d5a 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,5 @@ Headless JDownloader 2 Docker Container |--------------------|-----------| |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.| + +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.