Adding Plex example

Signed-off-by: Leon Stoldt <tech@leon-stoldt.de>
This commit is contained in:
Leon Stoldt
2021-08-07 14:36:28 +02:00
parent 38ec9cecba
commit 800e211fc4
4 changed files with 70 additions and 0 deletions

11
plex/docker-compose.yaml Normal file
View File

@@ -0,0 +1,11 @@
version: '3.7'
services:
plex:
image: ghcr.io/linuxserver/plex:latest
container_name: plex
network_mode: host
environment:
- VERSION=docker
restart: always
volumes:
- ${PLEX_MEDIA_PATH}:/media/