diff --git a/README.md b/README.md index e8f9da8..df9280c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ # netdata-docker-compose -## Credits +Docker Compose setup to run the [Netdata](https://www.netdata.cloud) monitoring agent. -[Install Netdata with Docker](https://learn.netdata.cloud/docs/netdata-agent/installation/docker) - +## Quick start + +```bash +docker compose up -d +``` + +Access the dashboard at `http://localhost:19999`. + +## License + +Apache-2.0 — see [LICENSE](LICENSE).