Cloud torrent docker-compose.yml with ssh mounted drive (password authentication)
- 📅 2021-05-07T13:40:17.000Z
- 👁️ 297 katselukertaa
- 🔓 Julkinen
version: "3"
services:
service1:
image: jpillora/cloud-torrent
ports:
- "3000:3000"
volumes:
- "sshfsdata:/downloads"
volumes:
sshfsdata:
driver: vieux/sshfs:latest
driver_opts:
sshcmd: "<username>@<hostname>:/<folder>"
password: "<password>"
allow_other: ""