Sign inSign up

flxel/plexpy

By flxel

Updated over 8 years ago

plexpy - flxel edition

Image
1

10K+

flxel/plexpy repository overview

flxel/plexpy

plexpy - flxel edition.

docker

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

docker-compose

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

plexpy:
  hostname: "plexpy"
  image: "flxel/plexpy:latest"
  volumes_from: [ "storage" ]
  port: [ "8181" ]

Tag summary

Content type

Image

Digest

Size

205.1 MB

Last updated

over 8 years ago

docker pull flxel/plexpy