mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
fix(docker): [ota] config of create temp container
This commit is contained in:
parent
7b642eb12c
commit
6099b72f2a
1 changed files with 1 additions and 3 deletions
|
@ -169,9 +169,7 @@ func UpgradeStepOne(channel string, progressChan chan<- float64) (err error) {
|
|||
Env: containerEnv,
|
||||
},
|
||||
&container.HostConfig{
|
||||
Binds: containerInfo.HostConfig.Binds,
|
||||
PortBindings: containerInfo.HostConfig.PortBindings,
|
||||
RestartPolicy: containerInfo.HostConfig.RestartPolicy,
|
||||
Binds: containerInfo.HostConfig.Binds,
|
||||
},
|
||||
nil,
|
||||
nil,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue