Opengist Logo Docker Compose

Explore

  • All gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI Powered by Opengist ⋅ 38ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register

MSHorne89

Joined 3 years ago

All gists 2
Recently created Least recently created Recently updated Least recently updated

MSHorne89 / Plex, TVHeadent, Antennas

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

MSHorne89 / AdGuard on macvlan

Last active 2 months ago

For existing Synology DNS Server + AdGuard Server. AdGuard on macvlan incl. bridge and fully ipv6 support (only for fix ipv6 address)

0 0 1
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: