Skip to content

Commit

Permalink
docs(docker): Update installation commands (#277)
Browse files Browse the repository at this point in the history
* docs(docker): Update installation commands
  • Loading branch information
levfishbluefish authored May 14, 2019
1 parent ecffb34 commit a4e78db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/enterprise/0.35-x/deployment/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ welcome email. Once you have your license, you can set it in an environment vari
-e "KONG_DATABASE=postgres" -e "KONG_PG_HOST=kong-ee-database" \
-e "KONG_CASSANDRA_CONTACT_POINTS=kong-ee-database" \
-e "KONG_LICENSE_DATA=$KONG_LICENSE_DATA" \
kong-ee kong migrations up
kong-ee kong migrations bootstrap
```
**Docker on Windows users:** Instead of the `KONG_LICENSE_DATA` environment
variable, use the [volume bind](https://docs.docker.com/engine/reference/commandline/run/#options) option.
Expand All @@ -94,8 +94,6 @@ welcome email. Once you have your license, you can set it in an environment vari
-e "KONG_ADMIN_ERROR_LOG=/dev/stderr" \
-e "KONG_ADMIN_LISTEN=0.0.0.0:8001" \
-e "KONG_PORTAL=on" \
-e "KONG_PORTAL_GUI_PROTOCOL=http" \
-e "KONG_PORTAL_GUI_HOST=127.0.0.1:8003" \
-e "KONG_LICENSE_DATA=$KONG_LICENSE_DATA" \
-p 8000:8000 \
-p 8443:8443 \
Expand Down

0 comments on commit a4e78db

Please sign in to comment.