plex for arm32v7 - linuxserver docker mod (tnx to linuxserver)
5.0K
---
version: "2.1"
services:
plex:
image: mojrapid/plex:arm32v7-latest
container_name: plex
network_mode: host
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- VERSION=docker
- PLEX_CLAIM= #optional
volumes:
- /path/to/library:/config
- /path/to/tvseries:/tv
- /path/to/movies:/movies
restart: unless-stopped
docker run -d \
--name=plex \
--net=host \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Etc/UTC \
-e VERSION=docker \
-e PLEX_CLAIM= `#optional` \
-v /path/to/library:/config \
-v /path/to/tvseries:/tv \
-v /path/to/movies:/movies \
--restart unless-stopped \
mojrapid/plex:arm32v7-latest
Based on linuxserver/plex
Content type
Image
Digest
sha256:62b4989e8…
Size
143.4 MB
Last updated
5 days ago
docker pull mojrapid/plex:arm32v7-latest