Skip to content

Commit

Permalink
fix(admin) bind the kong admin api port to 127
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Mar 19, 2020
1 parent 3673226 commit 95841d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ Here is a quick example showing how to connect a Kong container to a Cassandra o
-e "KONG_ADMIN_ERROR_LOG=/dev/stderr" \
-e "KONG_ADMIN_LISTEN=0.0.0.0:8001, 0.0.0.0:8444 ssl" \
-p 8000:8000 \
-p 8443:8443 \
-p 8001:8001 \
-p 127.0.0.1:8443:8443 \
-p 127.0.0.1:8001:8001 \
-p 8444:8444 \
kong:latest
```
Expand Down

0 comments on commit 95841d5

Please sign in to comment.