Sign inSign up

flxel/plex

By flxel

Updated about 8 years ago

Image
0

1.6K

flxel/plex repository overview

flxel/plex

plex - flxel edition.

docker

docker run -d -p 32400 --name plex \
  -v ~/.config:/config  \
  -v ~/Downloads:/data \
  flxel/plex:latest

docker-compose

storage:
  image: "busybox:latest"
  volumes: [ "~/.config:/config", "~/Downloads:/data" ]

plex:
  hostname: "plex"
  image: "flxel/plex:latest"
  volumes_from: [ "storage" ]
  port: [ "32400" ]

Tag summary

Content type

Image

Digest

sha256:7805cec25

Size

223.5 MB

Last updated

about 8 years ago

docker pull flxel/plex