Sign inSign up

needo/couchpotato

By needo

Updated almost 11 years ago

Image
28

500K+

needo/couchpotato repository overview

This is a Dockerfile setup for couchpotato - https://couchpota.to/

By default this Docker installs the latest stable version of CouchPotato:

docker run -d --net="host" --name="couchpotato" -v /path/to/couchpotato/data:/config -v /path/to/downloads:/downloads -v /path/to/movies:/movies -v /etc/localtime:/etc/localtime:ro -p 5050:5050 needo/couchpotato

Edge

If you would like to run the latest updates from the master branch as well as enable in-app updates run:

docker run -d --net="host" --name="couchpotato" -v /path/to/couchpotato/data:/config -v /path/to/downloads:/downloads -v /path/to/movies:/movies -v /etc/localtime:/etc/localtime:ro -e EDGE=1 -p 5050:5050 needo/couchpotato

Docker compose

To run plex with docker-compose clone the repository and run:

docker-compose up -d

Tag summary

Content type

Image

Digest

sha256:8d18326df

Size

115.2 MB

Last updated

almost 11 years ago

docker pull needo/couchpotato