change qbittorrent data dir

This commit is contained in:
2024-05-16 21:50:48 +12:00
parent 2d31a5524f
commit c8ab4633ca
4 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ docker_volumes:
driver: local
driver_options:
type: none
device: /media/nvme/downloads
device: /downloads
o: bind
- name: torrent-config
driver: local
@ -78,4 +78,4 @@ docker_containers:
net.ipv6.conf.all.disable_ipv6: 1
volumes:
- torrent-config:/config:rw
- torrent-data:/data:rw
- torrent-data:/downloads:rw

View File

@ -1,5 +1,5 @@
torrent_user: kodi
torrent_downloads_dir: /media/nvme/downloads
torrent_downloads_dir: /downloads
torrent_wireguard_address: 10.2.0.2
torrent_wireguard_dns: 10.2.0.1