1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-10 10:40:15 +02:00

Merge pull request #4815 from ethrgeist:bump-redis-7

[redis] Bump Redis to version 7
This commit is contained in:
Niklas Meyer 2022-10-25 12:20:30 +02:00 committed by GitHub
commit 26a5fcf989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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