Update user
This commit is contained in:
parent
087db7fffc
commit
68d5cc2801
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
||||||
version: '2'
|
version: "2"
|
||||||
services:
|
services:
|
||||||
tvheadend:
|
tvheadend:
|
||||||
image: linuxserver/tvheadend
|
image: linuxserver/tvheadend
|
||||||
container_name: tvheadend
|
container_name: tvheadend
|
||||||
|
user: $UID:$GID
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Helsinki
|
- TZ=Europe/Helsinki
|
||||||
- PUID=${UID}
|
|
||||||
- PGID=${GID}
|
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/tvheadend:/config
|
- /docker/tvheadend:/config
|
||||||
- /mnt/Storage/Media/PVR:/recordings
|
- /mnt/Storage/Media/PVR:/recordings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue