Update docker-compose.yml

Restrict redis version to 5.0.0
This commit is contained in:
Soptq 2020-05-09 14:36:59 +08:00 committed by GitHub
parent 4faadc77f2
commit d203478a51
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