Update README.md

This commit is contained in:
digitalstudium 2023-02-25 08:24:06 +03:00 committed by GitHub
parent 1fda4c6fff
commit c20c412019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ For deploying Grafana, Prometheus and Node Exporter, make these steps:
```
git clone https://github.com/digitalstudium/grafana-docker-stack.git
```
2. Change configs if nececcery (at least `configs/alertmanager.yml` to configure notification channels)
2. Change configs if necessary (at least `configs/alertmanager.yml` to configure notification receivers)
3. Deploy stack
```bash
docker stack deploy -c grafana-docker-stack/docker-compose.yml monitoring