Browse Source

DOCS Replace docker image reference with latest

tags/8.9.0.43852
Olivier Korach 3 years ago
parent
commit
7796bdbc52

+ 2
- 2
server/sonar-docs/src/pages/setup/install-cluster.md View File

@@ -248,7 +248,7 @@ You'll use the following volumes in your configuration:
|
|services:
| sonarqube:
| image: sonarqube:8.6-datacenter-app
| image: sonarqube:datacenter-app
| depends_on:
| - db
| - search-1
@@ -272,7 +272,7 @@ You'll use the following volumes in your configuration:
| - sonarqube_extensions:/opt/sonarqube/extensions
| - sonarqube_logs:/opt/sonarqube/logs
| search-1:
| image: sonarqube:8.6-datacenter-search
| image: sonarqube:datacenter-search
| hostname: "search-1"
| depends_on:
| - db

+ 1
- 1
server/sonar-docs/src/pages/setup/install-server.md View File

@@ -238,7 +238,7 @@ If you're using [Docker Compose](https://docs.docker.com/compose/), use the foll
|
| services:
| sonarqube:
| image: sonarqube:8-community
| image: sonarqube:community
| depends_on:
| - db
| environment:

Loading…
Cancel
Save