mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-18 21:38:57 +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,
|
||||
Environments: req.Environments,
|
||||
Volumes: req.Volumes,
|
||||
ExtraHosts: req.ExtraHosts,
|
||||
},
|
||||
}
|
||||
composeContent, envContent, _, err := handleParams(create, projectDir)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue