Naposledy aktivní 1685969341

If you like to set up Live TV in Plex with your own Sat>IP Server (In Hostmode)

MSHorne89 revidoval tento gist 1685969341. Přejít na revizi

Žádné změny

MSHorne89 revidoval tento gist 1685969327. Přejít na revizi

Žádné změny

MSHorne89 revidoval tento gist 1685969295. Přejít na revizi

1 file changed, 4 insertions, 4 deletions

gistfile1.txt

@@ -16,9 +16,9 @@ services:
16 16 - /volume1/homes:/private # create a second (or even third or fouth) folder if you need. Or simply delete the line
17 17 restart: unless-stopped
18 18
19 - TVHeadend:
19 + tvheadend:
20 20 image: linuxserver/tvheadend:latest
21 - container_name: TVHeadend
21 + container_name: tvheadend
22 22 network_mode: host
23 23 environment:
24 24 - PUID=1026
@@ -29,9 +29,9 @@ services:
29 29 - /volume1/docker/Media/TVHeadend:/recordings
30 30 restart: unless-stopped
31 31
32 - Antennas:
32 + antennas:
33 33 image: thejf/antennas:latest
34 - container_name: Antennas
34 + container_name: antennas
35 35 network_mode: host
36 36 environment:
37 37 - ANTENNAS_URL=http://localhost:5004

MSHorne89 revidoval tento gist 1685969252. Přejít na revizi

1 file changed, 39 insertions

gistfile1.txt(vytvořil soubor)

@@ -0,0 +1,39 @@
1 + version: "3"
2 + services:
3 + plex:
4 + image: linuxserver/plex:latest
5 + container_name: plex
6 + network_mode: host
7 + environment:
8 + - PUID=1026
9 + - PGID=100
10 + - TZ=Europe/Berlin
11 + - VERSION=docker
12 + - PLEX_CLAIM= # dont forget to get your plex claim here: https://www.plex.tv/claim/
13 + volumes:
14 + - /volume1/docker/plex:/config
15 + - /volume1/media/:/family # change your media destination folder as you like. Even the name "family" is changeable
16 + - /volume1/homes:/private # create a second (or even third or fouth) folder if you need. Or simply delete the line
17 + restart: unless-stopped
18 +
19 + TVHeadend:
20 + image: linuxserver/tvheadend:latest
21 + container_name: TVHeadend
22 + network_mode: host
23 + environment:
24 + - PUID=1026
25 + - PGID=100
26 + - TZ=Europe/Berlin
27 + volumes:
28 + - /volume1/docker/Media/TVHeadend:/config
29 + - /volume1/docker/Media/TVHeadend:/recordings
30 + restart: unless-stopped
31 +
32 + Antennas:
33 + image: thejf/antennas:latest
34 + container_name: Antennas
35 + network_mode: host
36 + environment:
37 + - ANTENNAS_URL=http://localhost:5004
38 + - TVHEADEND_URL=http://localhost:9981
39 + - TUNER_COUNT=2
Novější Starší