1
0
Fork 0

rtorrent: add watch dir

This commit is contained in:
Lukáš Kucharczyk 2023-10-10 11:50:32 +02:00
parent 1a5ac93942
commit 1f4432fa8c
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ services:
container_name: rtorrent container_name: rtorrent
volumes: volumes:
- "${DOCKER_STORAGE_PATH}/rtorrent/config:/config" - "${DOCKER_STORAGE_PATH}/rtorrent/config:/config"
- "${DOCKER_STORAGE_PATH}/rtorrent/watch:/watch"
- ${STORAGE_PATH}/seed:/data - ${STORAGE_PATH}/seed:/data
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
environment: environment: