mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-01-11 17:44:45 +08:00
fix: Fix container orchestration creation failure issue
This commit is contained in:
parent
955d9db699
commit
de85cce2ba
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