Skip to content

fool65c/docker-couchpotato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Runs a couchpotato server

User couchpotato is id 1000 this is used on all docker containers to keep access simple

RUN useradd --system --uid 10000 -M --shell /usr/sbin/nologin couchpotato

You must export the Config dir and data dir before running

 export COUCHPOTATO_CONFIG_DIR=/var/lib/application/couchpotato/config
 export COUCHPOTATO_DATA_DIR=/var/lib/application/couchpotato/data
 export COUCHPOTATO_DOWNLOAD_DIR=/srv/download
 export COUCHPOTATO_MOVIE_DIR=/srv/media/movies

To start run the following

docker-compose up -d

This service is listening on port 10001

Releases

No releases published

Packages

No packages published