Add missing --set to docker upgrade example (#9195)

This commit is contained in:
Nour Wolf
2019-08-12 12:13:17 +02:00
committed by Olly P
parent 7c31dcfc48
commit 2c2dc53e8a

View File

@@ -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"
```