Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

DockerCompose

Preston edited this page Jul 19, 2021 · 1 revision

Run SimpleTorrent as docker compose service

mkdir simpletorrent && cd simpletorrent

# download the compose
wget https://raw.githubusercontent.com/boypt/simple-torrent/master/docker-compose.yml

# download an example of configure file
wget -O cloud-torrent.yaml https://raw.githubusercontent.com/boypt/simple-torrent/master/example-cloud-torrent.yaml

# heres the download directory
mkdir downloads

# fire it up !
docker-compose up -d

# If anything goes wrong, hit it down
docker-compose down

# or with podman, I prefered
podman-compose up -d

Edit the content of docker-compose.yml and cloud-torrent.yaml to meet your requirements.