Bump Arion & Enable Diun
prowlarr: 1.21.2->1.23.1
This commit is contained in:
parent
86a20a3849
commit
e1d3c6b888
1 changed files with 2 additions and 1 deletions
|
@ -153,7 +153,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
prowlarr.service = {
|
prowlarr.service = {
|
||||||
image = "linuxserver/prowlarr:1.21.2";
|
image = "linuxserver/prowlarr:1.23.1";
|
||||||
container_name = "prowlarr";
|
container_name = "prowlarr";
|
||||||
labels = {
|
labels = {
|
||||||
"traefik.enable" = "true";
|
"traefik.enable" = "true";
|
||||||
|
@ -167,6 +167,7 @@
|
||||||
|
|
||||||
"diun.enable" = "true";
|
"diun.enable" = "true";
|
||||||
"diun.watch_repo" = "true";
|
"diun.watch_repo" = "true";
|
||||||
|
"diun.sort_tags" = "semver";
|
||||||
"diun.include_tags" = "^\\d+\\.\\d+\\.\\d+$$";
|
"diun.include_tags" = "^\\d+\\.\\d+\\.\\d+$$";
|
||||||
};
|
};
|
||||||
volumes = [
|
volumes = [
|
||||||
|
|
Loading…
Reference in a new issue