change qbittorrent data mount dir
This commit is contained in:
parent
46cc81b5e9
commit
d89fe5e5e7
|
@ -53,7 +53,7 @@ in {
|
||||||
restart = "always";
|
restart = "always";
|
||||||
volumes = [
|
volumes = [
|
||||||
"/srv/docker/media-server/arrstack/qbittorrent:/config"
|
"/srv/docker/media-server/arrstack/qbittorrent:/config"
|
||||||
"/media/media:/media"
|
"/media/media/downloads:/downloads"
|
||||||
];
|
];
|
||||||
environment = {
|
environment = {
|
||||||
TZ = "Europe/London";
|
TZ = "Europe/London";
|
||||||
|
|
Loading…
Reference in New Issue