chore: local test が redis version 起因で落ちる (#10519)

This commit is contained in:
omi 2023-04-08 17:06:42 +09:00 committed by GitHub
parent 59693bcb65
commit 66342337ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: "3"
services:
redistest:
image: redis:6
image: redis:7
ports:
- "127.0.0.1:56312:6379"