MSHorne89 / Plex, TVHeadent, Antennas
2 likes
0 forks
1 files
Last active
If you like to set up Live TV in Plex with your own Sat>IP Server (In Hostmode)
| 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 |
MSHorne89 / AdGuard on macvlan
0 likes
0 forks
1 files
Last active
For existing Synology DNS Server + AdGuard Server. AdGuard on macvlan incl. bridge and fully ipv6 support (only for fix ipv6 address)
| 1 | version: "3" |
| 2 | services: |
| 3 | adguard: |
| 4 | image: adguard/adguardhome:latest |
| 5 | container_name: adguard |
| 6 | volumes: |
| 7 | - /volume1/docker/adguard/config:/opt/adguardhome/conf |
| 8 | - /volume1/docker/adguard/data:/opt/adguardhome/work/data |
| 9 | restart: always |
| 10 | networks: |
Newer
Older