An open API service indexing awesome lists of open source software.

https://github.com/huangang/kong-dashboard-docker-compose


https://github.com/huangang/kong-dashboard-docker-compose

docker-compose kong kong-dashboard

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# kong-dashboard-docker-compose
## run
```bash
docker-compose up
```
## url
```
kong http://127.0.0.1:8001
dashboard http://127.0.0.1:8080
```

## login
admin:admin

## enter container
`docker exec -it CONTAINER_ID /bin/bash`

## log path
kong:`/usr/local/kong/logs`