mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
fix(docker): update command for temp container
This commit is contained in:
parent
6099b72f2a
commit
1f561a0dba
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ func UpgradeStepOne(channel string, progressChan chan<- float64) (err error) {
|
|||
currentContainerName := strings.TrimPrefix(containerInfo.Name, "/")
|
||||
|
||||
// Set up the command for the temp container to execute step 2
|
||||
upgradeCmd := []string{"./nginx-ui", "upgrade-docker-step2"}
|
||||
upgradeCmd := []string{"nginx-ui", "upgrade-docker-step2"}
|
||||
|
||||
// Add old container name as environment variable
|
||||
containerEnv := containerInfo.Config.Env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue