change qbittorrent data mount dir

This commit is contained in:
Sam 2025-01-22 20:46:37 +00:00
parent 46cc81b5e9
commit d89fe5e5e7
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ in {
restart = "always";
volumes = [
"/srv/docker/media-server/arrstack/qbittorrent:/config"
"/media/media:/media"
"/media/media/downloads:/downloads"
];
environment = {
TZ = "Europe/London";