plex - flxel edition.
docker run -d -p 32400 --name plex \
-v ~/.config:/config \
-v ~/Downloads:/data \
flxel/plex:latest
storage:
image: "busybox:latest"
volumes: [ "~/.config:/config", "~/Downloads:/data" ]
plex:
hostname: "plex"
image: "flxel/plex:latest"
volumes_from: [ "storage" ]
port: [ "32400" ]
Content type
Image
Digest
sha256:7805cec25…
Size
223.5 MB
Last updated
about 8 years ago
docker pull flxel/plex