From 5201c51f609aaadec9beb55689d4878e85d5bd1e Mon Sep 17 00:00:00 2001 From: Andreas Hedlund <25015949+moorgrove@users.noreply.github.com> Date: Thu, 24 Feb 2022 16:27:47 +0100 Subject: [PATCH] Update with aditional environment variables Update with information about additional available environment variables. --- Readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 5dd06bd..7534642 100644 --- a/Readme.md +++ b/Readme.md @@ -140,7 +140,12 @@ Although personally I feel that using the docker container is the best way of us | --------------- | ----------------------------------------------------------------------- | ------- | | CHECK_FREQUENCY | How frequently to check for new episodes and missing files (in minutes) | 30 | | PASSWORD | Set to some non empty value to enable Basic Authentication, username `podgrab`|(empty)| -| PORT | Change the internal port of the application. If you change this you might have to change your docker configuration as well | (empty) | +| PORT | Change the internal port of the application. If you change this you might have to change your docker configuration as well | (empty) | +| UID | Set the UID used by the container | 998 | +| PID | ? Should this be GID ? | 100 | +| CONFIG | Set the folder used for configuration files | /config | +| DATA | Set the folder used for the podcasts | /assets | +| GIN_MODE | Sets the version of Podgrab to use | release | ### Setup