change qbittorrent data mount dir
This commit is contained in:
parent
46cc81b5e9
commit
d89fe5e5e7
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue