Skip to content

Commit

Permalink
fix: Docker-compose is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
VainoTonis committed Jun 10, 2024
1 parent 24ecb2a commit f42d042
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.0'

services:
grafana:
container_name: 'k8s-app-11.0.0'
Expand Down

0 comments on commit f42d042

Please sign in to comment.