mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-26 09:22:50 +08:00
fix: Fix container orchestration creation failure issue (#11430)
This commit is contained in:
parent
955d9db699
commit
c9cc064f51
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ func UpWithTask(filePath string, task *task.Task) error {
|
|||
}
|
||||
}
|
||||
|
||||
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))
|
||||
}
|
||||
|
||||
func Down(filePath string) (string, error) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue