diff --git a/README.md b/README.md index cb87969..815ae3b 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,6 @@ grafana.ini: 1. Clone the repository. 2. Run `npm install` to install the dependencies. 3. Run `npm run dev` to start development server. -4. Run `docker-compose up` to start Grafana with the plugin. +4. Run `docker compose up` to start Grafana with the plugin. 5. Navigate to `http://localhost:3000/plugins/k8s-app` and configure the plugins datasource. 6. Open Grafana at `http://localhost:3000/a/k8s-app/workloads`. diff --git a/docker-compose.yaml b/docker-compose.yaml index 100d8e5..ad6e484 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,5 +1,3 @@ -version: '3.0' - services: grafana: container_name: 'k8s-app-11.0.0'