Skip to content

Commit

Permalink
Align local docker redis version with Azure (#1568)
Browse files Browse the repository at this point in the history
Co-authored-by: sinhaamit1980 <[email protected]>
  • Loading branch information
jon-shipley and sinhaamit1980 authored Mar 4, 2020
1 parent 5db603d commit 6b7d373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
ACCEPT_EULA: "Y"
HOMEBREW_NO_ENV_FILTERING: 1
redis:
image: "redis:3-alpine"
image: "redis:4.0-alpine"
container_name: mtc_redis
ports:
- "6379:6379"

0 comments on commit 6b7d373

Please sign in to comment.