Skip to content

Commit

Permalink
Get the correct Redis container
Browse files Browse the repository at this point in the history
  • Loading branch information
ordishs committed Nov 1, 2024
1 parent bbba629 commit f043219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

const (
redisServicePort = "6379/tcp"
defaultRedisImage = "redis/redis-stack-server:6.2.6-v17"
defaultRedisImage = "redis:7"
)

type RedisContainer struct {
Expand Down

0 comments on commit f043219

Please sign in to comment.