fix: allow direct remote access to plex

master
Paul Walko 2023-08-16 09:15:41 -04:00
parent d1c3ec246c
commit 6941efabd4
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ up () {
--volume /media-vtluug:/media/media-vtluug:ro \
--volume /bigdata/tmp/plex/transcode:/transcode:rw \
--device=/dev/dri:/dev/dri:rw \
--publish 32400:32400 \
--network pew-net \
ghcr.io/linuxserver/plex:latest
}