]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS add note about Docker image version
authormichaelbirnstiehl <michael.birnstiehl@sonarsource.com>
Wed, 21 Apr 2021 20:19:58 +0000 (15:19 -0500)
committersonartech <sonartech@sonarsource.com>
Tue, 27 Apr 2021 20:03:41 +0000 (20:03 +0000)
server/sonar-docs/src/pages/setup/install-cluster.md
server/sonar-docs/src/pages/setup/install-server.md

index a16e68c04a91f713463df81cbdbc5e0e8c5e2bf0..232d0edc426e67669ba2b82a978adcda3b92457e 100644 (file)
@@ -240,6 +240,11 @@ You'll use the following volumes in your configuration:
 
 ## Example Docker Compose configuration
 
+Click the heading below to expand the docker-compose.yml file example. 
+
+[[info]]
+| The example below will use the latest version of the SonarQube Docker image. If want to use the LTS version of SonarQube, you need to update the example with the `sonarqube:lts-datacenter-app` and `sonarqube:lts-datacenter-search` image tags.
+
 [[collapse]]
 | ## docker-compose.yml file example
 |
index 63ae8e2cffb3bf93f2c913094a6cf3795d069be2..73f0876a42adbabd05a780eda8d013997c722063 100644 (file)
@@ -230,6 +230,9 @@ Follow these steps for your first installation:
 ####**Example Docker Compose configuration**
 If you're using [Docker Compose](https://docs.docker.com/compose/), use the following example as a reference when configuring your `.yml` file. Click the heading below to expand the `.yml` file.
 
+[[info]]
+| The example below will use the latest version of the SonarQube Docker image. If want to use the LTS version of SonarQube, you need to update the example with the `sonarqube:lts-community` image tag.
+
 [[collapse]]
 | ## Docker Compose .yml file example
 |