feat: 创建应用忽略创建默认 network (#546)

This commit is contained in:
zhengkunwang223 2023-04-09 21:00:13 +08:00 committed by GitHub
parent 49ab26200d
commit 24246da71c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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