sonarr_tv_standard: add puid, pgid
This commit is contained in:
parent
b674c2d16a
commit
0ce3b9dd50
|
@ -726,6 +726,9 @@ services:
|
||||||
- public
|
- public
|
||||||
ports:
|
ports:
|
||||||
- "${SONARR_TV_STANDARD_EXTERNAL_PORT}:${SONARR_INTERNAL_PORT}"
|
- "${SONARR_TV_STANDARD_EXTERNAL_PORT}:${SONARR_INTERNAL_PORT}"
|
||||||
|
environment:
|
||||||
|
- PUID=${PUID}
|
||||||
|
- PGID=${PGID}
|
||||||
volumes:
|
volumes:
|
||||||
- "${DOCKER_STORAGE_PATH}/sonarr:/config"
|
- "${DOCKER_STORAGE_PATH}/sonarr:/config"
|
||||||
- "${TV_PATH}:/tv"
|
- "${TV_PATH}:/tv"
|
||||||
|
|
Loading…
Reference in New Issue