Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 928 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 928 Bytes

docker-compose for Cloud-Torrent with Tor Proxy

Build Status

This needs : dockerhost


1- Clone this repo and pull it's docker images:

git clone https://github.com/ariadata/cloud-torrent-tor.git cloud-torrent-tor && cd cloud-torrent-tor
cp example.env .env
rm -rf .git
docker compose pull

2- Edit .env file and set CLOUD_TORRENT_GUI_HTTP_PORT,UID,GID:

3- Run docker compose file by using :

docker compose up -d

4- Goto :

http://YOUR-IP:CLOUD_TORRENT_GUI_HTTP_PORT

Done!