rtorrent: add watch dir
This commit is contained in:
parent
1a5ac93942
commit
1f4432fa8c
|
@ -224,6 +224,7 @@ services:
|
|||
container_name: rtorrent
|
||||
volumes:
|
||||
- "${DOCKER_STORAGE_PATH}/rtorrent/config:/config"
|
||||
- "${DOCKER_STORAGE_PATH}/rtorrent/watch:/watch"
|
||||
- ${STORAGE_PATH}/seed:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue