]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS - Fix pinned version of DCE search nodes
authorBrian Cipollone <40029762+brian-cipollone-sonarsource@users.noreply.github.com>
Fri, 4 Feb 2022 07:29:13 +0000 (01:29 -0600)
committersonartech <sonartech@sonarsource.com>
Fri, 4 Feb 2022 09:28:23 +0000 (09:28 +0000)
server/sonar-docs/src/pages/setup/install-cluster.md

index f855de57cdbea842302575d33fe3c4c08bac6fd9..9d32300a72e318f38e9c5ccaef55d362f1b8eb05 100644 (file)
@@ -292,7 +292,7 @@ Click the heading below to expand the docker-compose.yml file example.
 |    volumes:
 |      - search-data-1:/opt/sonarqube/data
 |  search-2:
-|    image: sonarqube:8.6-datacenter-search
+|    image: sonarqube:datacenter-search
 |    hostname: "search-2"
 |    depends_on:
 |      - db
@@ -307,7 +307,7 @@ Click the heading below to expand the docker-compose.yml file example.
 |    volumes:
 |      - search-data-2:/opt/sonarqube/data
 |  search-3:
-|    image: sonarqube:8.6-datacenter-search
+|    image: sonarqube:datacenter-search
 |    hostname: "search-3"
 |    depends_on:
 |      - db