Browse Source

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

pull/4/head
Shlee 5 years ago
committed by Eugen Rochko
parent
commit
ab829d4aa8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docker-compose.yml

+ 1
- 1
docker-compose.yml View File

@ -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