diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md index 66b65a93204db02e8ec31c41a6edd017d713a648..6d9f045013dc3ef9f89f4a30b6031c9f1dbc2462 100644 --- a/docs/usage/self-hosted-configuration.md +++ b/docs/usage/self-hosted-configuration.md @@ -280,6 +280,16 @@ e.g. } ``` +If you use `binarySource=docker|install` read the section below. + +If you need to change the Docker user please make sure to use the root (`0`) group, otherwise you'll get in trouble with missing file and directory permissions. + +Like this: + +``` +> export RENOVATE_DOCKER_USER="$(id -u):0" # 500:0 (username:root) +``` + ## dryRun ## endpoint