Skip to content

Commit

Permalink
Used Valkey rather than Redis for local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed May 9, 2024
1 parent 4e36c7c commit 5ee5bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
ports:
- 127.0.0.1:1883:1883

redis:
image: redis
valkey:
image: valkey/valkey:7.2
ports:
- 127.0.0.1:6379:6379

0 comments on commit 5ee5bd3

Please sign in to comment.