Fix users and groups
This commit is contained in:
parent
16ad69644e
commit
2d843fa429
2 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,7 @@ services:
|
|||
container_name: jellyfin
|
||||
environment:
|
||||
- TZ=Europe/Helsinki
|
||||
user: "${UID}:${GID}"
|
||||
user: "1000:985"
|
||||
ports:
|
||||
- "8096:8096"
|
||||
networks:
|
||||
|
|
|
@ -3,9 +3,11 @@ services:
|
|||
tvheadend:
|
||||
image: linuxserver/tvheadend
|
||||
container_name: tvheadend
|
||||
user: $UID:$GID
|
||||
user: "1000:985"
|
||||
environment:
|
||||
- TZ=Europe/Helsinki
|
||||
- PUID=1000
|
||||
- PGID=985
|
||||
volumes:
|
||||
- /docker/tvheadend:/config
|
||||
- /mnt/Storage/Media/PVR:/recordings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue