Update permission env vars

This commit is contained in:
Marko Korhonen 2020-02-10 00:49:20 +02:00
parent 4067d6f9b9
commit bfd6340be2
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
2 changed files with 4 additions and 2 deletions

View file

@ -6,6 +6,8 @@ services:
image: phlak/mumble image: phlak/mumble
environment: environment:
- TZ=Europe/Helsinki - TZ=Europe/Helsinki
- PUID=${UID}
- PGID=${GID}
ports: ports:
- '64748:64738' - '64748:64738'
- '64748:64738/udp' - '64748:64738/udp'

View file

@ -5,8 +5,8 @@ services:
container_name: tvheadend container_name: tvheadend
environment: environment:
- TZ=Europe/Helsinki - TZ=Europe/Helsinki
- PUID=1001 - PUID=${UID}
- PGID=985 - PGID=${GID}
volumes: volumes:
- /docker/tvheadend:/config - /docker/tvheadend:/config
- /mnt/Storage/Media/PVR:/recordings - /mnt/Storage/Media/PVR:/recordings