From a8ed6c49e35c0f9029eaa6ed9f536021d4ef5c0e Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 12:40:57 -0500 Subject: [PATCH] [v11.1.x] Update version of docker-compose.yaml (#90985) Update version of docker-compose.yaml (#90539) * Update version of docker-compose.yaml * Update index.md (cherry picked from commit 3c405e8b1f26add538720a6cf4d44e5e3b106e48) Co-authored-by: lnnt <770954908@qq.com> --- docs/sources/setup-grafana/installation/docker/index.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/sources/setup-grafana/installation/docker/index.md b/docs/sources/setup-grafana/installation/docker/index.md index 47aa7d0f4a0..7e7e0bef06f 100644 --- a/docs/sources/setup-grafana/installation/docker/index.md +++ b/docs/sources/setup-grafana/installation/docker/index.md @@ -221,7 +221,6 @@ To run the latest stable version of Grafana using Docker Compose, complete the f For example: ```bash - version: "3.8" services: grafana: image: grafana/grafana-enterprise @@ -279,7 +278,6 @@ To use Docker volumes for persistent storage, complete the following steps: 1. Add the following code into the `docker-compose.yaml` file. ```yaml - version: '3.8' services: grafana: image: grafana/grafana-enterprise @@ -324,7 +322,6 @@ To use bind mounts, complete the following steps: 1. Now, add the following code into the `docker-compose.yaml` file. ```yaml - version: '3.8' services: grafana: image: grafana/grafana-enterprise @@ -351,7 +348,6 @@ To use bind mounts, complete the following steps: The following example runs the latest stable version of Grafana, listening on port 3000, with the container named `grafana`, persistent storage in the `grafana-storage` docker volume, the server root URL set, and the official [clock panel](/grafana/plugins/grafana-clock-panel/) plugin installed. ```bash -version: "3.8" services: grafana: image: grafana/grafana-enterprise