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.
2 parents 8666833 + e9d50d0 commit d454f0cCopy full SHA for d454f0c
pkg/compose/compose.go
@@ -49,7 +49,7 @@ func NewCompose(options ...Option) *Compose {
49
Services: map[string]Service{
50
fmt.Sprintf("%s_redis", dockerComposeContainerNamePrefix): {
51
ContainerName: fmt.Sprintf("%s_redis", dockerComposeContainerNamePrefix),
52
- Expose: []string{"6397"},
+ Expose: []string{"6379"},
53
Image: "redis:7-alpine",
54
Healthcheck: Healthcheck{
55
Test: []string{"CMD", "redis-cli", "ping"},
0 commit comments