From 623d7d3f74646331317d5eca133093e6be2c5009 Mon Sep 17 00:00:00 2001 From: Shirshanka Das Date: Thu, 29 Sep 2022 21:04:16 -0700 Subject: [PATCH] docs: add information about mapping ports for datahub-gms --- docs/quickstart.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/quickstart.md b/docs/quickstart.md index f8fc64e8e65f25..83efe2fc1f262d 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -96,6 +96,7 @@ By default the quickstart deploy will require the following ports to be free on In case the default ports conflict with software you are already running on your machine, you can override these ports by passing additional flags to the `datahub docker quickstart` command. e.g. To override the MySQL port with 53306 (instead of the default 3306), you can say: `datahub docker quickstart --mysql-port 53306`. Use `datahub docker quickstart --help` to see all the supported options. + For the metadata service container (datahub-gms), you need to use an environment variable, `DATAHUB_MAPPED_GMS_PORT`. So for instance to use the port 58080, you would say `DATAHUB_MAPPED_GMS_PORT=58080 datahub docker quickstart`