Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 19, 2024
1 parent 4f5143b commit bf472ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions search/enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bf472ee

Please sign in to comment.