Upgrade redis in docker-compose.yml from 4 to 5 (#9063)

This commit is contained in:
Shlee 2019-05-19 17:29:26 +08:00 committed by Eugen Rochko
父節點 5ff06af2d2
當前提交 ab829d4aa8

查看文件

@ -13,7 +13,7 @@ services:
redis:
restart: always
image: redis:4.0-alpine
image: redis:5.0-alpine
networks:
- internal_network
healthcheck: