Update docker-compose.yml

This commit is contained in:
Shleeble 2019-04-18 22:23:47 +08:00 committed by GitHub
parent 9477e35953
commit 105a7486b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ services:
- "db-data:/var/lib/mysql"
redis:
image: redis:4-alpine
image: redis:5-alpine
volumes:
- "redis-data:/data"
networks: