Set PUID and GUID for qbittorrent
This commit is contained in:
@ -165,6 +165,10 @@ with lib.my;
|
||||
"6881:6881/tcp"
|
||||
"6881:6881/udp"
|
||||
];
|
||||
environment = {
|
||||
PUID = "0";
|
||||
GUID = "0";
|
||||
};
|
||||
volumes = [
|
||||
"qbittorrent-config:/config:Z"
|
||||
"downloads:/downloads"
|
||||
|
Reference in New Issue
Block a user