From c4f548e8e1cec288201a29ca31ba14e9f45e5f0d Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Tue, 4 Oct 2016 17:02:58 -0700 Subject: [PATCH] Update install.md --- ucp/reference/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucp/reference/install.md b/ucp/reference/install.md index 8dd41c41f0..76d8e1a2ee 100644 --- a/ucp/reference/install.md +++ b/ucp/reference/install.md @@ -52,7 +52,7 @@ mounting the file at '/docker_subscription.lic' in the tool. E.g. | `--admin-password` | Specify the UCP admin password [$UCP_ADMIN_PASSWORD] | | `--fresh-install` | Destroy any existing state and start fresh. | | `--san` `[--san option --san option]` | Additional Subject Alternative Names for certs (e.g. `--san foo1.bar.com --san foo2.bar.com`). | -| `--host-address` | Specify the visible IP/hostname for this node. | +| `--host-address` | Specify the visible IP for this node. | | `--swarm-port "2376"` | Select what port to run the local Swarm manager on (default: 2376) | | `--controller-port "443"` | Select what port to run the local Controller on (default: 443) | | `--dns` `[--dns option --dns option]` | Set custom DNS servers for the UCP infrastructure containers. |