⬇️ Downgrade redis client version.

This commit is contained in:
Andrey Antukh 2021-02-22 22:11:24 +01:00
parent d89bf772a6
commit b14c98b76e
3 changed files with 2 additions and 3 deletions

View file

@ -84,7 +84,7 @@ services:
- postgres_data:/var/lib/postgresql/data
redis:
image: redis:6
image: redis:5.0.7
hostname: "penpot-devenv-redis"
container_name: "penpot-devenv-redis"
restart: always