From aa82eacc0e8fa4c543e84d85fd88eb63b307d327 Mon Sep 17 00:00:00 2001 From: Steven Follis Date: Mon, 16 Apr 2018 22:10:29 -0400 Subject: [PATCH] Fixed syntax error with global mode --- ee/ucp/admin/install/install-on-azure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/ucp/admin/install/install-on-azure.md b/ee/ucp/admin/install/install-on-azure.md index 4a1d03b0cb..d04373d6f3 100644 --- a/ee/ucp/admin/install/install-on-azure.md +++ b/ee/ucp/admin/install/install-on-azure.md @@ -122,7 +122,7 @@ Follow the steps below to configure multiple IP addresses per VM NIC. ```bash docker service create \ - -mode=global \ + --mode=global \ --secret=azure_ucp_admin.toml \ --log-driver json-file \ --log-opt max-size=1m \