container-lidarr: use internal root user for lidarr
This commit is contained in:
parent
9cf323f35b
commit
b35bb1299f
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
||||||
services.lidarr.enable = true;
|
services.lidarr.enable = true;
|
||||||
services.lidarr.openFirewall = true;
|
services.lidarr.openFirewall = true;
|
||||||
services.lidarr.dataDir = "/config";
|
services.lidarr.dataDir = "/config";
|
||||||
|
services.lidarr.user = "root";
|
||||||
};
|
};
|
||||||
service.ports = [ "8686:8686" ];
|
service.ports = [ "8686:8686" ];
|
||||||
service.volumes = [
|
service.volumes = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue