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
- Host: GitHub
- URL: https://github.com/huangang/kong-dashboard-docker-compose
- Owner: huangang
- Created: 2018-03-07T12:42:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T02:54:44.000Z (over 8 years ago)
- Last Synced: 2025-04-03T22:11:32.516Z (about 1 year ago)
- Topics: docker-compose, kong, kong-dashboard
- Language: Lua
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`