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

[Compose] Force Redis v4 image

This commit is contained in:
André 2018-05-18 21:39:52 +02:00
parent 8ff4eb8076
commit b7d6663848

View File

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