Fix users and groups

pull/2/head
Marko Korhonen 5 years ago
parent d694d10b6f
commit bb52a40333
No known key found for this signature in database
GPG Key ID: 911B85FBC6003FE5

@ -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…
Cancel
Save