-
-
Notifications
You must be signed in to change notification settings - Fork 74
Open
kroxylicious/kroxylicious.github.io
#165Labels
documentationImprovements or additions to documentationImprovements or additions to documentationtriaged
Description
From Slack: right now, there are no instructions on how to run 🐊 on Docker. I ran into two issues doing so:
- It wasn't readily clear how to point it to the config file to use
- It wasn't clear to me that I not only need to expose the bootstrap server port, but also another port for my actual upstream broker
I am happy to add a section to the docs on this. For reference, here's my working Compose set-up:
kroxylicious:
image: quay.io/kroxylicious/kroxylicious:0.13.0
ports:
- 9192:9192
- 9193:9193
volumes:
- ./kroxylicious/example-proxy-config.yaml:/opt/kroxylicious/config/example-proxy-config.yaml
command: --config=/opt/kroxylicious/config/example-proxy-config.yamlMetadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationtriaged