Bump Redis to version 7

This commit is contained in:
Knuth 2022-10-25 09:47:03 +02:00 committed by GitHub
parent cb058e91a3
commit 725a5fe5b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ services:
- mysql - mysql
redis-mailcow: redis-mailcow:
image: redis:6-alpine image: redis:7-alpine
volumes: volumes:
- redis-vol-1:/data/ - redis-vol-1:/data/
restart: always restart: always