diff --git a/docker-compose.yml b/docker-compose.yml index 5798d81..1b87c16 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -392,7 +392,7 @@ services: - ${UNRAID_SHARE}:/share #- ${BASE_PATH}/unpackerr/config:/config restart: always - user: 1000:1000 #Needs to run as 1000 + user: ${USER_ID}:${USER_ID} #Needs to run as 1000 # What you see below are defaults for this compose. You only need to modify things specific to your environment. # Remove apps and feature configs you do not use or need. # ie. Remove all lines that begin with UN_CMDHOOK, UN_WEBHOOK, UN_FOLDER, UN_WEBSERVER, and other apps you do not use.