This commit is contained in:
rozbrian
2026-01-10 20:46:22 +09:00
commit 304cbcc554
66 changed files with 1291 additions and 0 deletions

17
plex Executable file
View File

@@ -0,0 +1,17 @@
sudo docker run \
--network=host \
--detach \
--name=plex \
-p 32400:32400 \
-p 32400:32400/udp \
-e VERSIONlatest \
-e PUID=0 \
-e PGID=0 \
-e TZ=Asia/Seoul \
-v /etc/docker/plex/config:/config \
-v /etc/docker/plex/transcode:/transcode \
-v /etc/docker/plex/media:/media \
--device=/dev/dri:/dev/dri \
--privileged \
--restart unless-stopped \
docker.io/linuxserver/plex:latest