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

th-downstream
Shlee 6 years ago committed by Eugen Rochko
parent 7660ac5008
commit decaffc020

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

Loading…
Cancel
Save