Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhendumadhukar authored Mar 24, 2021
1 parent b4a8a7d commit 088eaeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
kafka-service:
image: "kafka-service:0.0.1"
image: "shubhendumadhukar/kafka-service"
ports:
- "8080:8080"
volumes:
Expand All @@ -10,4 +10,4 @@ services:
- spring.kafka.bootstrap-servers=127.0.0.1:9092
- kafkaservice.truststore.location=/app/certs/truststore.jks
- kafkaservice.truststore.password=Password@123

# Add another entry under services to connect to a different cluster

0 comments on commit 088eaeb

Please sign in to comment.