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 = {
|
||||
image = "linuxserver/prowlarr:1.21.2";
|
||||
image = "linuxserver/prowlarr:1.23.1";
|
||||
container_name = "prowlarr";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
@ -167,6 +167,7 @@
|
|||
|
||||
"diun.enable" = "true";
|
||||
"diun.watch_repo" = "true";
|
||||
"diun.sort_tags" = "semver";
|
||||
"diun.include_tags" = "^\\d+\\.\\d+\\.\\d+$$";
|
||||
};
|
||||
volumes = [
|
||||
|
|
Loading…
Reference in a new issue