Skip to content

Commit

Permalink
fix(admin) bind admin port to 127 only
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Mar 19, 2020
1 parent e94b5a4 commit 18c4029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose/docker-compose.yml
Expand Up @@ -71,9 +71,9 @@ services:
- kong-net
ports:
- "8000:8000/tcp"
- "8001:8001/tcp"
- "127.0.0.1:8001:8001/tcp"
- "8443:8443/tcp"
- "8444:8444/tcp"
- "127.0.0.1:8001:8444:8444/tcp"
healthcheck:
test: ["CMD", "kong", "health"]
interval: 10s
Expand Down

0 comments on commit 18c4029

Please sign in to comment.