Merge pull request #737 from Soptq/patch-2

Restrict Redis version to 5.0.0
This commit is contained in:
Miguel Serrano 2020-05-18 15:41:13 +02:00 committed by GitHub
commit 6d14c182cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@ services:
redis:
restart: always
image: redis
image: redis:5.0.0
container_name: redis
expose:
- 6379