mirror of https://github.com/docker/docs.git
Add missing `--set` to docker upgrade example (#9195)
This commit is contained in:
parent
7c31dcfc48
commit
2c2dc53e8a
|
@ -271,7 +271,7 @@ the connection form your browser to your Docker host.
|
|||
|
||||
Now change the port of the application using `docker app upgrade <app-name>` command.
|
||||
```
|
||||
$ docker app upgrade my-app --hello.port=8181
|
||||
$ docker app upgrade my-app --set hello.port=8181
|
||||
Upgrading service my-app_hello
|
||||
Application "my-app" upgraded on context "default"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue