From b42f808dd83985cf991da56bea0e5a59f2c41166 Mon Sep 17 00:00:00 2001 From: Tatsuya Yano Date: Sat, 7 Oct 2017 05:13:37 +0900 Subject: [PATCH] We should add -h option when running the docker container (#272) --- docs/setup_docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup_docker.md b/docs/setup_docker.md index 9a13e5c1312..0f56e9cde4d 100644 --- a/docs/setup_docker.md +++ b/docs/setup_docker.md @@ -31,7 +31,7 @@ and those three ports must be exposed and available on the docker host as well. Once docker is successfully installed, launch Athenz by executing the following docker command. ```shell -$ docker run -itd -p 9443:9443 -p 4443:4443 -p 8443:8443 -e ZMS_SERVER= -e UI_SERVER= athenz/athenz +$ docker run -itd -h -p 9443:9443 -p 4443:4443 -p 8443:8443 -e ZMS_SERVER= -e UI_SERVER= athenz/athenz ``` To access Athenz UI, open your browser with url