Skip to content

Instantly share code, notes, and snippets.

@chinmay-sh
Last active August 5, 2020 08:24
Show Gist options
  • Save chinmay-sh/c733d1d0ad5b12f5f1950d4baec0c251 to your computer and use it in GitHub Desktop.
Save chinmay-sh/c733d1d0ad5b12f5f1950d4baec0c251 to your computer and use it in GitHub Desktop.
docker-compose for cloud torrents
version: "3"
services:
ctorrent:
container_name: clorrent
image: jpillora/cloud-torrent
restart: always
ports:
- "80:3000"
volumes:
- ~/downloads:/downloads
@chinmay-sh
Copy link
Author

run in detached mode by using command
docker-compose up -d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment