diff --git a/ail_vru_uc1_scenario/docker-compose.yml b/ail_vru_uc1_scenario/docker-compose.yml index 1f103214..66cb8dbb 100644 --- a/ail_vru_uc1_scenario/docker-compose.yml +++ b/ail_vru_uc1_scenario/docker-compose.yml @@ -181,7 +181,7 @@ services: depends_on: - zookeeper network_mode: service:zookeeper - # Health check to confirm kafka server is healthing (script is a client) and all topics + # Health check to confirm kafka server is healthy (script is a client) and all topics # have been created (time_sync is last topic). healthcheck: test: ["CMD", "kafka-topics.sh", "--describe", "--bootstrap-server", "172.4.0.3:9092", "--topic", "time_sync"]