tvh
This commit is contained in:
@@ -2,16 +2,16 @@ services:
|
|||||||
tvheadend:
|
tvheadend:
|
||||||
image: lscr.io/linuxserver/tvheadend:latest
|
image: lscr.io/linuxserver/tvheadend:latest
|
||||||
container_name: tvheadend
|
container_name: tvheadend
|
||||||
# network_mode: host
|
network_mode: host
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- PUID=1001
|
- PUID=1001
|
||||||
- PGID=1001
|
- PGID=1001
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
|
|
||||||
ports:
|
# ports:
|
||||||
- 9981:9981
|
# - 9981:9981
|
||||||
- 9982:9982
|
# - 9982:9982
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/docker/daten/tvheadend/config:/config
|
- /srv/docker/daten/tvheadend/config:/config
|
||||||
|
|||||||
Reference in New Issue
Block a user