couchpotato - flxel edition.
docker run -d --expose 5050 --name couchpotato \
-v ~/.config:/config \
-v ~/Downloads:/data \
flxel/couchpotato:latest
storage:
image: "busybox:latest"
volumes: [ "~/.config:/config", "~/Downloads:/data" ]
couchpotato:
hostname: "couchpotato"
image: "flxel/couchpotato:latest"
volumes_from: [ "storage" ]
expose: [ "5050" ]
Content type
Image
Digest
sha256:ce3f9d7cc…
Size
118 MB
Last updated
over 8 years ago
docker pull flxel/couchpotato