Docker-compose: upgraded Redis 3.2.8 → 5.0

This commit is contained in:
2019-05-17 15:39:05 +02:00
parent d2d4a52846
commit a321d3501a

View File

@@ -20,7 +20,7 @@ services:
# 1: Celery (backend)
# 2: Celery (broker)
redis:
image: redis:3.2.8
image: redis:5.0
container_name: redis
restart: always
ports: