Arion: Bump media
sonarr: 4.0.8 -> 4.0.9 autobrr: v1.44.0 -> v1.45.0
This commit is contained in:
parent
f4377d2665
commit
b97972d692
1 changed files with 2 additions and 2 deletions
|
@ -184,7 +184,7 @@
|
||||||
restart = "always";
|
restart = "always";
|
||||||
};
|
};
|
||||||
sonarr.service = {
|
sonarr.service = {
|
||||||
image = "linuxserver/sonarr:4.0.8";
|
image = "linuxserver/sonarr:4.0.9";
|
||||||
container_name = "sonarr";
|
container_name = "sonarr";
|
||||||
labels = {
|
labels = {
|
||||||
"traefik.enable" = "true";
|
"traefik.enable" = "true";
|
||||||
|
@ -330,7 +330,7 @@
|
||||||
restart = "always";
|
restart = "always";
|
||||||
};
|
};
|
||||||
autobrr.service = {
|
autobrr.service = {
|
||||||
image = "ghcr.io/autobrr/autobrr:v1.44.0";
|
image = "ghcr.io/autobrr/autobrr:v1.45.0";
|
||||||
container_name = "autobrr";
|
container_name = "autobrr";
|
||||||
labels = {
|
labels = {
|
||||||
"traefik.enable" = "true";
|
"traefik.enable" = "true";
|
||||||
|
|
Loading…
Reference in a new issue