Fix users and groups

This commit is contained in:
Marko Korhonen 2020-02-14 00:42:37 +02:00
parent d694d10b6f
commit bb52a40333
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
2 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,7 @@ services:
container_name: jellyfin container_name: jellyfin
environment: environment:
- TZ=Europe/Helsinki - TZ=Europe/Helsinki
user: "${UID}:${GID}" user: "1000:985"
ports: ports:
- "8096:8096" - "8096:8096"
networks: networks:

View file

@ -3,9 +3,11 @@ services:
tvheadend: tvheadend:
image: linuxserver/tvheadend image: linuxserver/tvheadend
container_name: tvheadend container_name: tvheadend
user: $UID:$GID user: "1000:985"
environment: environment:
- TZ=Europe/Helsinki - TZ=Europe/Helsinki
- PUID=1000
- PGID=985
volumes: volumes:
- /docker/tvheadend:/config - /docker/tvheadend:/config
- /mnt/Storage/Media/PVR:/recordings - /mnt/Storage/Media/PVR:/recordings