feat: 创建应用忽略创建默认 network (#546)
This commit is contained in:
@@ -106,6 +106,7 @@ func GetComposeProject(projectName, workDir string, yml []byte, env []byte) (*ty
|
|||||||
project, err := loader.Load(details, func(options *loader.Options) {
|
project, err := loader.Load(details, func(options *loader.Options) {
|
||||||
options.SetProjectName(projectName, true)
|
options.SetProjectName(projectName, true)
|
||||||
options.ResolvePaths = true
|
options.ResolvePaths = true
|
||||||
|
options.SkipNormalization = true
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|||||||
Reference in New Issue
Block a user