chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
Showing only changes of commit f11f5ecada - Show all commits

View file

@ -7,4 +7,18 @@
enable = true;
openFirewall = true;
};
virtualisation.podman.enable = true;
virtualisation.oci-containers = {
backend = "podman";
containers = {
flaresolverr = {
image = "0x76/flaresolverr:3.0.0.beta2-fixup";
ports = [
"8191:8191"
];
};
};
};
}