mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-19 22:09:03 +08:00
fix: Fixed issue with update runtime ExtraHosts failed (#10909)
This commit is contained in:
parent
c6fe487e46
commit
51ae668154
1 changed files with 1 additions and 0 deletions
|
|
@ -480,6 +480,7 @@ func (r *RuntimeService) Update(req request.RuntimeUpdate) error {
|
||||||
ExposedPorts: req.ExposedPorts,
|
ExposedPorts: req.ExposedPorts,
|
||||||
Environments: req.Environments,
|
Environments: req.Environments,
|
||||||
Volumes: req.Volumes,
|
Volumes: req.Volumes,
|
||||||
|
ExtraHosts: req.ExtraHosts,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
composeContent, envContent, _, err := handleParams(create, projectDir)
|
composeContent, envContent, _, err := handleParams(create, projectDir)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue