Skip to content

Commit

Permalink
fix: redistest mongotest ver
Browse files Browse the repository at this point in the history
  • Loading branch information
atsu1125 committed Dec 7, 2024
1 parent 6448251 commit e656d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: "3"

services:
redistest:
image: redis:6.2-alpine
image: redis:bookworm
ports:
- "127.0.0.1:56310:6379"

mongotest:
image: mongo:4.4
image: mongo:5-focal
ports:
- "127.0.0.1:57010:27017"

0 comments on commit e656d48

Please sign in to comment.