Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Fix version in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdn committed Dec 4, 2020
1 parent a8992eb commit c2d11e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
ports:
- "18083:18083"
volumes:
- ../../../../target/kafka-connect-hec-sink-1.0-SNAPSHOT-jar-with-dependencies.jar:/etc/kafka-connect/jars/kafka-connect-hec-sink/kafka-connect-hec-sink-1.0-SNAPSHOT-jar-with-dependencies.jar
- ../../../../target/kafka-connect-hec-sink-1.1-jar-with-dependencies.jar:/etc/kafka-connect/jars/kafka-connect-hec-sink/kafka-connect-hec-sink-1.1-jar-with-dependencies.jar
environment:
CONNECT_BOOTSTRAP_SERVERS: 'kafkabroker:19092'
CONNECT_REST_ADVERTISED_HOST_NAME: kafkaconnect
Expand Down

0 comments on commit c2d11e4

Please sign in to comment.