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

@ -120,7 +120,7 @@ test_api:
interruptible: true
services:
- postgres:11
- redis:3
- redis:5
stage: test
image: funkwhale/funkwhale:develop
cache: