Skip to content

Commit ec1dc4a

Browse files
author
Matt Reeves
committedSep 2, 2024
Merge branch 'main' into renovate/ghcr.io-linuxserver-radarr
2 parents 7ddfd1c + 2df14a4 commit ec1dc4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎docker/arrs/docker-compose.yml

+3-3
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"
@@ -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.