mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-16 18:54:43 +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) {
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user