Skip to content

Commit

Permalink
Merge pull request #11 from jcustenborder/jenkinsfile
Browse files Browse the repository at this point in the history
Corrected schema registry image.
  • Loading branch information
jcustenborder authored Nov 4, 2016
2 parents 3842332 + 464603a commit 2c1ce07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
KAFKA_ZOOKEEPER_CONNECT: "confluent:2181"
network_mode: "host"
schema-registry:
image: confluent/schemaConfig-registry
image: confluent/schema-registry
depends_on:
- kafka
- zookeeper
Expand Down

0 comments on commit 2c1ce07

Please sign in to comment.