plexpy - flxel edition.
docker run -d -p 8181 --name plexpy \
-v ~/.config:/config \
-v ~/Downloads:/data \
flxel/plexpy:latest
storage:
image: "busybox:latest"
volumes: [ "~/.config:/config", "~/Downloads:/data" ]
plexpy:
hostname: "plexpy"
image: "flxel/plexpy:latest"
volumes_from: [ "storage" ]
port: [ "8181" ]
Content type
Image
Digest
Size
205.1 MB
Last updated
over 8 years ago
docker pull flxel/plexpy