qbt change to user and group 08

This commit is contained in:
2025-07-22 14:14:06 +02:00
parent 4a61c5af8a
commit f3f457ebe6

View File

@@ -49,7 +49,7 @@ in {
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
qbittorrent = { qbittorrent = {
user = "${srv.user}:${srv.group}"; user = "${srv.uid}:${srv.gid}";
image = "linuxserver/qbittorrent:latest"; image = "linuxserver/qbittorrent:latest";
autoStart = true; autoStart = true;
dependsOn = ["gluetun"]; dependsOn = ["gluetun"];