1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-20 13:21:30 +00:00

[Redis] use 7.4.2-alpine image

This commit is contained in:
FreddleSpl0it
2025-02-27 09:28:52 +01:00
parent 4b31c04e3e
commit 35a6f81d0d

View File

@@ -42,7 +42,7 @@ services:
- mysql - mysql
redis-mailcow: redis-mailcow:
image: redis:7-alpine image: redis:7.4.2-alpine
entrypoint: ["/bin/sh","/redis-conf.sh"] entrypoint: ["/bin/sh","/redis-conf.sh"]
volumes: volumes:
- redis-vol-1:/data/ - redis-vol-1:/data/