mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
Update user
This commit is contained in:
parent
087db7fffc
commit
68d5cc2801
@ -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…
Reference in New Issue
Block a user