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