Update docker-compose.yml

This commit is contained in:
Donny 2024-02-27 20:04:19 -07:00 committed by GitHub
parent da569f784b
commit c02e365c1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.