Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md #684

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Gateway distinguished for its high performance and extensibility via plugins.

## How to use this Compose file

**Note**
- Kong image [kong](https://hub.docker.com/_/kong) used in `docker-compose.yaml` is the open source image.
- To use Kong Enterprise Edition following image [kong/kong-gateway](https://hub.docker.com/r/kong/kong-gateway) should be used.
- A `license.json` file from Kong is required to leverage enterprise features.
- For additional information, please refer to [docs](https://docs.konghq.com/gateway/latest/install/docker/)

Kong Gateway can be deployed in different ways. This Docker Compose file provides
support for running Kong in [db-less][kong-docs-dbless] mode, in which only a Kong
container is spun up, or with a backing database. The default is db-less mode:
Expand Down
Loading