first commit with existing files

This commit is contained in:
2025-05-17 13:08:39 +02:00
commit cda37be691
29 changed files with 617 additions and 0 deletions

19
plex.yaml Normal file
View File

@@ -0,0 +1,19 @@
version: "2.1"
services:
plex:
image: lscr.io/linuxserver/plex:latest
container_name: plex
network_mode: host
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Budapest
- VERSION=docker
- PLEX_CLAIM= #optional: https://plex.tv/claim
volumes:
- /docker/plex:/config
- /path/to/films/:/films
- /path/to/series/:/series
restart: always
devices:
- /dev/dri:/dev/dri