From bf472ee4c63553bd6465a73c14659fa1faf0659f Mon Sep 17 00:00:00 2001 From: pmacius Date: Fri, 19 Jul 2024 17:44:39 +0200 Subject: [PATCH] fix readme --- search/enterprise/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/search/enterprise/README.md b/search/enterprise/README.md index 59d80ef7..1d7dc0ff 100644 --- a/search/enterprise/README.md +++ b/search/enterprise/README.md @@ -7,7 +7,7 @@ Sets of variables configurable with your docker image ```yaml live-indexing-metadata: - image: alfresco-enterprise-search-metadata:YOUR-TAG + image: alfresco-elasticsearch-live-indexing-metadata:YOUR-TAG environment: SPRING_ELASTICSEARCH_REST_URIS: http://elasticsearch:9200 SPRING_ACTIVEMQ_BROKERURL: nio://activemq:61616 @@ -22,7 +22,7 @@ live-indexing-metadata: ```yaml live-indexing-path: - image: alfresco-enterprise-search-path:YOUR-TAG + image: alfresco-elasticsearch-live-indexing-path:YOUR-TAG environment: SPRING_ELASTICSEARCH_REST_URIS: http://elasticsearch:9200 SPRING_ACTIVEMQ_BROKERURL: nio://activemq:61616 @@ -37,7 +37,7 @@ live-indexing-path: ```yaml live-indexing-content: - image: alfresco-enterprise-search-content:YOUR-TAG + image: alfresco-elasticsearch-live-indexing:YOUR-TAG environment: SPRING_ELASTICSEARCH_REST_URIS: http://elasticsearch:9200 SPRING_ACTIVEMQ_BROKERURL: nio://activemq:61616