We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f4c29 commit 843a0d8Copy full SHA for 843a0d8
1 file changed
pkg/compose/compose.go
@@ -34,7 +34,7 @@ func NewCompose(options ...Option) *Compose {
34
Services: map[string]Service{
35
fmt.Sprintf("%s_redis", prefix): {
36
ContainerName: fmt.Sprintf("%s_redis", prefix),
37
- Expose: []string{"6397"},
+ Expose: []string{"6379"},
38
Image: "redis:7-alpine",
39
},
40
fmt.Sprintf("%s_cockroachdb", prefix): {
0 commit comments