Update docker-compose.yml to use redis v5

Fix #1021
This commit is contained in:
techknowlogick 2020-02-02 09:10:04 +01:00 committed by Eliot Berriot
commit 4b9a03a110
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ services:
networks:
- default
env_file: .env
image: redis:3
image: redis:5
volumes:
- ./data/redis:/data