rtorrent: add
This commit is contained in:
parent
7f07e886ac
commit
7f5d1ccc72
|
@ -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
|
||||
|
Loading…
Reference in New Issue