Pin Redis to 7.2.4 because of Licence change
This commit is contained in:
parent
a4420a89e7
commit
ddeab1fe89
2 changed files with 2 additions and 2 deletions
|
@ -161,7 +161,7 @@ services:
|
|||
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
image: redis:7.2.4
|
||||
restart: unless-stopped
|
||||
command: redis-server --requirepass ${REDIS_HOST_PASSWORD}
|
||||
networks:
|
||||
|
|
|
@ -49,7 +49,7 @@ services:
|
|||
- "docker.group=wallabag"
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
image: redis:7.2.4
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- wallabag
|
||||
|
|
Loading…
Reference in a new issue