Bump development docker-compose Redis to version 5 (#414)

This commit is contained in:
Zach Wasserman 2021-03-08 14:36:10 -08:00 committed by GitHub
parent 53296ee930
commit c5f931bb54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ services:
- "1025:1025"
redis:
image: redis:3.2.4
image: redis:5
ports:
- "6379:6379"