1
0
Fork 0

sonarr_tv_standard: add puid, pgid

This commit is contained in:
Lukáš Kucharczyk 2023-05-08 18:00:45 +02:00
parent b674c2d16a
commit 0ce3b9dd50
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 3 additions and 0 deletions

View File

@ -726,6 +726,9 @@ services:
- public
ports:
- "${SONARR_TV_STANDARD_EXTERNAL_PORT}:${SONARR_INTERNAL_PORT}"
environment:
- PUID=${PUID}
- PGID=${PGID}
volumes:
- "${DOCKER_STORAGE_PATH}/sonarr:/config"
- "${TV_PATH}:/tv"