mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-27 20:49:03 +08:00
feat: 创建应用忽略创建默认 network (#546)
This commit is contained in:
parent
49ab26200d
commit
24246da71c
@ -106,6 +106,7 @@ func GetComposeProject(projectName, workDir string, yml []byte, env []byte) (*ty
|
||||
project, err := loader.Load(details, func(options *loader.Options) {
|
||||
options.SetProjectName(projectName, true)
|
||||
options.ResolvePaths = true
|
||||
options.SkipNormalization = true
|
||||
})
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Loading…
Reference in New Issue
Block a user