1
0
Fork 0
docker-compose-templates/rtorrent.yml

23 lines
465 B
YAML
Raw Normal View History

2022-08-29 10:50:54 +00:00
---
2022-08-29 11:00:08 +00:00
version: "3.1"
2022-08-29 10:50:54 +00:00
services:
rtorrent:
image: binhex/arch-rtorrentvpn
container_name: rtorrent
volumes:
- "${DOCKER_STORAGE_PATH}/rtorrent/config:/config"
- ${STORAGE_PATH}/seed:/data
- /etc/localtime:/etc/localtime:ro
environment:
- PUID=${PUID}
- PGID=${PGID}
env_file:
- rtorrent.env
2022-08-29 10:50:54 +00:00
ports:
- "9080:9080"
- "9443:9443"
- "8118:8118"
2022-08-29 11:16:21 +00:00
- "6881:6881"
2022-08-29 10:50:54 +00:00
restart: unless-stopped