From c02e365c1daeedaeae9b5f31889a20036e79ee8f Mon Sep 17 00:00:00 2001 From: Donny <90471623+DonMcD@users.noreply.github.com> Date: Tue, 27 Feb 2024 20:04:19 -0700 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.