Set PUID and GUID for qbittorrent

This commit is contained in:
2023-06-10 21:35:32 +01:00
parent 9734dc187a
commit 72426e147c

View File

@ -165,6 +165,10 @@ with lib.my;
"6881:6881/tcp" "6881:6881/tcp"
"6881:6881/udp" "6881:6881/udp"
]; ];
environment = {
PUID = "0";
GUID = "0";
};
volumes = [ volumes = [
"qbittorrent-config:/config:Z" "qbittorrent-config:/config:Z"
"downloads:/downloads" "downloads:/downloads"