From f5f97050d2c8abd48aecb201b01763177ca17668 Mon Sep 17 00:00:00 2001 From: michaelbirnstiehl Date: Wed, 21 Apr 2021 15:19:58 -0500 Subject: [PATCH] DOCS add note about Docker image version --- server/sonar-docs/src/pages/setup/install-cluster.md | 5 +++++ server/sonar-docs/src/pages/setup/install-server.md | 3 +++ 2 files changed, 8 insertions(+) diff --git a/server/sonar-docs/src/pages/setup/install-cluster.md b/server/sonar-docs/src/pages/setup/install-cluster.md index a16e68c04a9..232d0edc426 100644 --- a/server/sonar-docs/src/pages/setup/install-cluster.md +++ b/server/sonar-docs/src/pages/setup/install-cluster.md @@ -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 | diff --git a/server/sonar-docs/src/pages/setup/install-server.md b/server/sonar-docs/src/pages/setup/install-server.md index 63ae8e2cffb..73f0876a42a 100644 --- a/server/sonar-docs/src/pages/setup/install-server.md +++ b/server/sonar-docs/src/pages/setup/install-server.md @@ -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 | -- 2.39.5