From bfa3f1084e20a18ce46070eb3e587c658e5d0f88 Mon Sep 17 00:00:00 2001 From: Matt-Esch Date: Wed, 3 Feb 2021 02:12:10 +0000 Subject: [PATCH] Fix indentation in compose.yml --- src/main/resources/archetype-resources/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/archetype-resources/docker-compose.yml b/src/main/resources/archetype-resources/docker-compose.yml index a96bfbc..adf7558 100644 --- a/src/main/resources/archetype-resources/docker-compose.yml +++ b/src/main/resources/archetype-resources/docker-compose.yml @@ -17,7 +17,7 @@ version: "2" services: zookeeper: - image: confluentinc/cp-zookeeper:5.4.0 + image: confluentinc/cp-zookeeper:5.4.0 environment: ZOOKEEPER_CLIENT_PORT: 2181 zk_id: "1" @@ -60,4 +60,4 @@ services: CONTROL_CENTER_CONNECT_CLUSTER: 'connect:8083' CONTROL_CENTER_REPLICATION_FACTOR: 1 CONTROL_CENTER_CONFLUENT_CONTROLCENTER_SCHEMA_REGISTRY_URL: "http://schema-registry:8081" - CONTROL_CENTER_SCHEMA_REGISTRY_URL: "http://schema-registry:8081" \ No newline at end of file + CONTROL_CENTER_SCHEMA_REGISTRY_URL: "http://schema-registry:8081"