Use more up-to-date fork of lidarr

This commit is contained in:
Ciapa 2024-01-04 12:30:45 +01:00
parent dae138ccbf
commit bb905ea921
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
lidarr = { lidarr = {
image = "youegraillot/lidarr-on-steroids"; image = "resun83/lidarr-on-steroids";
autoStart = true; autoStart = true;
ports = [ ports = [
"127.0.0.1:8686:8686" "127.0.0.1:8686:8686"
@ -15,4 +15,4 @@
]; ];
}; };
}; };
} }