Skip to content

Commit

Permalink
We should add -h option when running the docker container (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctyano authored and havetisyan committed Oct 6, 2017
1 parent ab5fe95 commit b42f808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<server-hostname> -e UI_SERVER=<server-hostname> athenz/athenz
$ docker run -itd -h <server-hostname> -p 9443:9443 -p 4443:4443 -p 8443:8443 -e ZMS_SERVER=<server-hostname> -e UI_SERVER=<server-hostname> athenz/athenz
```

To access Athenz UI, open your browser with url
Expand Down

0 comments on commit b42f808

Please sign in to comment.