revert: certain docker images are okay not being upgraded

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
Rodney Osodo
2026-05-13 18:41:03 +00:00
parent b3ddfdbe7f
commit 95e045c398
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ services:
dawarich-redis:
container_name: dawarich-redis
image: redis:8.6-alpine
image: redis:7.4-alpine
restart: always
networks:
- homelab-network
+2 -2
View File
@@ -54,7 +54,7 @@ services:
immich-postgres:
container_name: immich-postgres
image: ghcr.io/immich-app/postgres:16-vectorchord0.4.3-pgvectors0.2.0
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0
restart: unless-stopped
networks:
- homelab-network
@@ -71,7 +71,7 @@ services:
immich-redis:
container_name: immich-redis
image: redis:8.6.3
image: redis:7.2.5
restart: unless-stopped
networks:
- homelab-network
@@ -1,7 +1,7 @@
services:
linkwarden:
container_name: linkwarden
image: ghcr.io/linkwarden/linkwarden:v2.14.1
image: ghcr.io/linkwarden/linkwarden:v2.14.0
restart: unless-stopped
networks:
- homelab-network
+1 -1
View File
@@ -1,7 +1,7 @@
services:
pihole:
container_name: pihole
image: pihole/pihole:2026.04.1
image: pihole/pihole:2026.02.0
restart: unless-stopped
networks:
homelab-network:
+1 -1
View File
@@ -41,7 +41,7 @@ services:
rustfs-redis:
container_name: rustfs-redis
image: redis:8.6-alpine
image: redis:7.4-alpine
restart: unless-stopped
networks:
- homelab-network