Update docker-compose.yml
This commit is contained in:
parent
da569f784b
commit
c02e365c1d
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ services:
|
||||||
- ${UNRAID_SHARE}:/share
|
- ${UNRAID_SHARE}:/share
|
||||||
#- ${BASE_PATH}/unpackerr/config:/config
|
#- ${BASE_PATH}/unpackerr/config:/config
|
||||||
restart: always
|
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.
|
# 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.
|
# 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.
|
# ie. Remove all lines that begin with UN_CMDHOOK, UN_WEBHOOK, UN_FOLDER, UN_WEBSERVER, and other apps you do not use.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue