From 2c2dc53e8a7a2ecf8a9ba3d0220cd841cf1f8dcf Mon Sep 17 00:00:00 2001 From: Nour Wolf <1257310+nourwolf@users.noreply.github.com> Date: Mon, 12 Aug 2019 12:13:17 +0200 Subject: [PATCH] Add missing `--set` to docker upgrade example (#9195) --- app/working-with-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/working-with-app.md b/app/working-with-app.md index 678585e665..f293d5d9fd 100644 --- a/app/working-with-app.md +++ b/app/working-with-app.md @@ -271,7 +271,7 @@ the connection form your browser to your Docker host. Now change the port of the application using `docker app upgrade ` 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" ```