Skip to content

Commit

Permalink
fix: set Schema Registry port in tutorials docker compose
Browse files Browse the repository at this point in the history
Otherwise, ksqlDB can't contact the SR.
  • Loading branch information
big-andy-coates committed Jun 12, 2020
1 parent de82a8c commit f46d358
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorials/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ services:
depends_on:
- zookeeper
- kafka
ports:
- "8081:8081"
environment:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: zookeeper:32181
Expand Down

0 comments on commit f46d358

Please sign in to comment.