Last active 2 months ago
If you like to set up Live TV in Plex with your own Sat>IP Server (In Hostmode)
2
0
1
| 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 |