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 955d9db commit de85cceCopy full SHA for de85cce
agent/utils/compose/compose.go
@@ -80,7 +80,7 @@ func UpWithTask(filePath string, task *task.Task) error {
80
}
81
82
83
- return cmd.NewCommandMgr(cmd.WithTask(*task)).Run("%s %s up -d", global.CONF.DockerConfig.Command, loadFiles(filePath))
+ return cmd.NewCommandMgr(cmd.WithTask(*task)).RunBashCf("%s %s up -d", global.CONF.DockerConfig.Command, loadFiles(filePath))
84
85
86
func Down(filePath string) (string, error) {
0 commit comments