Skip to content

Commit c8141e4

Browse files
committed
Merge branch 'docker-compose-cmd' into action-support
2 parents 8662467 + d79964a commit c8141e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/util.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ func buildDockerComposeCommand(cfg Config, args ...string) []string {
6666
profiles := getComposeProfiles(cfg)
6767

6868
dockerComposeCmd := []string{
69-
"docker-compose",
69+
"docker",
70+
"compose",
7071
"--env-file",
7172
"defaults.env",
7273
}

0 commit comments

Comments
 (0)