Sign inSign up

clockynxt/couchpotato

By clockynxt

•Updated about 10 years ago

This is a Dockerfile setup for couchpotato - https://bitbucket.org/clockynxt82/couchpotato

Image
1

224

clockynxt/couchpotato repository overview

This is a Dockerfile setup for couchpotato - https://bitbucket.org/clockynxt82/couchpotato⁠

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 clockynxt/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 clockynxt/couchpotato

⁠Docker compose

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

docker-compose up -d

Tag summary

Content type

Image

Digest

Size

119.5 MB

Last updated

about 10 years ago

docker pull clockynxt/couchpotato