[matrix] Got Blazestar.net working, but federation and cross-server joining isn't quite right.
This commit is contained in:
@@ -40,7 +40,7 @@ in
|
||||
# };
|
||||
};
|
||||
deluge = {
|
||||
image = "linuxserver/deluge:latest";
|
||||
image = "lscr.io/linuxserver/deluge:latest";
|
||||
autoStart = true;
|
||||
dependsOn = [
|
||||
"gluetun"
|
||||
@@ -62,7 +62,7 @@ in
|
||||
];
|
||||
};
|
||||
qbittorrent = {
|
||||
image = "linuxserver/qbittorrent:latest";
|
||||
image = "lscr.io/linuxserver/qbittorrent:latest";
|
||||
autoStart = true;
|
||||
dependsOn = [
|
||||
"gluetun"
|
||||
|
||||
Reference in New Issue
Block a user