fix: fix entrypoint in docker compose for Kafka bridge test

This commit is contained in:
Kjell Winblad 2022-09-23 15:58:22 +02:00
parent ac37c5d58a
commit 5ec4b0a6ca
2 changed files with 1 additions and 6 deletions

View File

@ -15,6 +15,7 @@ services:
volumes:
- emqx-shared-secret:/var/lib/secret
- ./kafka/generate-certs.sh:/bin/generate-certs.sh
entrypoint: /bin/sh
command: /bin/generate-certs.sh
kdc:
hostname: kdc.emqx.net

View File

@ -145,12 +145,6 @@ if [ "$ONLY_UP" = 'yes' ]; then
exit 0
fi
sleep 10
echo "DOCKER COMPOSE LOGS kafka_1"
docker-compose $F_OPTIONS logs kafka_1
if [ "$ATTACH" = 'yes' ]; then
docker exec -it "$ERLANG_CONTAINER" bash
elif [ "$CONSOLE" = 'yes' ]; then