1
0
Fork 0

rtorrent: add

This commit is contained in:
Lukáš Kucharczyk 2022-08-29 12:50:54 +02:00
parent 7f07e886ac
commit 7f5d1ccc72
No known key found for this signature in database
1 changed files with 17 additions and 0 deletions

17
rtorrent.yml Normal file
View File

@ -0,0 +1,17 @@
---
services:
rtorrent:
image: binhex/arch-rtorrentvpn
container_name: rtorrent
environment:
- VPN_ENABLED=no
volumes:
- "${DOCKER_STORAGE_PATH}/rtorrent/config:/config"
- ${STORAGE_PATH}/seed:/data
- /etc/localtime:/etc/localtime:ro
ports:
- "9080:9080"
- "9443:9443"
- "8118:8118"
restart: unless-stopped