Sign inSign up

mojrapid/plex

By mojrapid

Updated 5 days ago

plex for arm32v7 - linuxserver docker mod (tnx to linuxserver)

Image
Web servers
0

5.0K

mojrapid/plex repository overview

USAGE

docker-compose
---
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 cli
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

Buy Me a Coffee at ko-fi.com PayPal.me

Tag summary

Content type

Image

Digest

sha256:62b4989e8

Size

143.4 MB

Last updated

5 days ago

docker pull mojrapid/plex:arm32v7-latest