Pin Redis to 7.2.4 because of Licence change

This commit is contained in:
Florian Zirker 2024-04-05 07:05:24 +00:00
parent a4420a89e7
commit ddeab1fe89
2 changed files with 2 additions and 2 deletions

View file

@ -161,7 +161,7 @@ services:
redis:
image: redis
image: redis:7.2.4
restart: unless-stopped
command: redis-server --requirepass ${REDIS_HOST_PASSWORD}
networks:

View file

@ -49,7 +49,7 @@ services:
- "docker.group=wallabag"
redis:
image: redis
image: redis:7.2.4
restart: unless-stopped
networks:
- wallabag