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
+1 -1
View File
@@ -117,7 +117,7 @@ services:
redis:
restart: always
image: redis
image: redis:5.0.0
container_name: redis
expose:
- 6379