Sign inSign up

flxel/couchpotato

By flxel

Updated over 8 years ago

Image
0

1.5K

flxel/couchpotato repository overview

flxel/couchpotato

couchpotato - flxel edition.

docker

docker run -d --expose 5050 --name couchpotato \
  -v ~/.config:/config  \
  -v ~/Downloads:/data \
  flxel/couchpotato:latest

docker-compose

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

couchpotato:
  hostname: "couchpotato"
  image: "flxel/couchpotato:latest"
  volumes_from: [ "storage" ]
  expose: [ "5050" ]

Tag summary

Content type

Image

Digest

sha256:ce3f9d7cc

Size

118 MB

Last updated

over 8 years ago

docker pull flxel/couchpotato