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 ⋅ 39ms

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

simmons777

Joined 3 years ago

All gists 2 Liked 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

Moncho / Composerize

Last active 2 months ago

Say goodbye to sprawling docker commands and say hello to $ docker-compose up :)

4 0 1
1 version: "3.3"
2
3 services:
4
5 composerize:
6 image: alcapone1933/composerize
7 container_name: composerize
8 restart: unless-stopped
9 ports:
10 - "10000:80"