Skip to content

Instantly share code, notes, and snippets.

@rubyon
Last active May 6, 2017 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubyon/63980aa57ad249c0254acf99ef3a4ea3 to your computer and use it in GitHub Desktop.
Save rubyon/63980aa57ad249c0254acf99ef3a4ea3 to your computer and use it in GitHub Desktop.
sudo docker run -d \
--name=couchpotato \
--restart=always \
-v /home/docker/couchpotato/config:/config \
-v /home/rubyon/Shared/CouchPotatoDownloads:/downloads \
-v /home/docker/couchpotato/movies:/movies \
-e PGID=0 -e PUID=0 \
-e TZ="Asia/Seoul" \
-p 5050:5050 \
linuxserver/couchpotato
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment