Modified kafka docker command

This commit is contained in:
amulyavarote 2022-01-27 12:05:46 -08:00 committed by Artur Souza
parent 725aaf3255
commit 4626f34ab5
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ services:
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
To start kafka
docker-compose -f ./docker-compose-single-kafka.yml up -d
docker-compose -f ../docker-compose-single-kafka.yml up -d
Java: