Skip to content

Commit bb56ee7

Browse files
author
Matt Reeves
committedSep 2, 2024
Merge branch 'main' into renovate/ghcr.io-linuxserver-doplarr
2 parents bb88a77 + 318ce23 commit bb56ee7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎docker/arrs/docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- PGID=1000
1616

1717
lidarr:
18-
image: ghcr.io/linuxserver/lidarr@sha256:d30f42dc071f77ae833d094083263d38be2dd0ddfff3c234ede29a36673a8603
18+
image: ghcr.io/linuxserver/lidarr@sha256:a77af413426b8509fad2d02f5b89104a5766ee6ebb13497d73993e74f6cfa0a8
1919
container_name: lidarr
2020
ports:
2121
- "8686:8686"
@@ -31,7 +31,7 @@ services:
3131
- PGID=1000
3232

3333
prowlarr:
34-
image: ghcr.io/linuxserver/prowlarr@sha256:c93f075dc5afb74dc7a0a55e90974f81425a5d3c5d293022c5416431f4963ce9
34+
image: ghcr.io/linuxserver/prowlarr@sha256:9dd32e2270d174b07bd33a1f54e2b79e03ad944df62ed93efa08f4a381adc9a1
3535
container_name: prowlarr
3636
ports:
3737
- "9696:9696"
@@ -43,7 +43,7 @@ services:
4343
- PGID=1000
4444

4545
radarr:
46-
image: ghcr.io/linuxserver/radarr@sha256:b034531ff81d3e5e1f9fd70c969746040b40e6484c88981ea5d0dee732c10bc3
46+
image: ghcr.io/linuxserver/radarr@sha256:47acec85a0d92d107096088aebe83d1d0a434def34e5bac317fff18ca28741ae
4747
container_name: radarr
4848
ports:
4949
- "7878:7878"
@@ -72,7 +72,7 @@ services:
7272

7373
homarr:
7474
container_name: homarr
75-
image: ghcr.io/ajnart/homarr:0.15.3
75+
image: ghcr.io/ajnart/homarr:0.15.4
7676
restart: unless-stopped
7777
volumes:
7878
- /docker/appdata/homarr/configs:/app/data/configs

‎docker/cf/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77

88
wallos:
99
container_name: wallos
10-
image: bellamy/wallos:2.22.1
10+
image: bellamy/wallos:2.23.1
1111
ports:
1212
- "8282:80/tcp"
1313
environment:

0 commit comments

Comments
 (0)
Please sign in to comment.