Skip to content

Commit 843a0d8

Browse files
committed
chore: redis port 6397 -> 6379
Signed-off-by: STRRL <im@strrl.dev>
1 parent e8f4c29 commit 843a0d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/compose/compose.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func NewCompose(options ...Option) *Compose {
3434
Services: map[string]Service{
3535
fmt.Sprintf("%s_redis", prefix): {
3636
ContainerName: fmt.Sprintf("%s_redis", prefix),
37-
Expose: []string{"6397"},
37+
Expose: []string{"6379"},
3838
Image: "redis:7-alpine",
3939
},
4040
fmt.Sprintf("%s_cockroachdb", prefix): {

0 commit comments

Comments
 (0)