fix: allow direct remote access to plex
parent
d1c3ec246c
commit
6941efabd4
|
@ -19,6 +19,7 @@ up () {
|
||||||
--volume /media-vtluug:/media/media-vtluug:ro \
|
--volume /media-vtluug:/media/media-vtluug:ro \
|
||||||
--volume /bigdata/tmp/plex/transcode:/transcode:rw \
|
--volume /bigdata/tmp/plex/transcode:/transcode:rw \
|
||||||
--device=/dev/dri:/dev/dri:rw \
|
--device=/dev/dri:/dev/dri:rw \
|
||||||
|
--publish 32400:32400 \
|
||||||
--network pew-net \
|
--network pew-net \
|
||||||
ghcr.io/linuxserver/plex:latest
|
ghcr.io/linuxserver/plex:latest
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue