From 93631ea048308cb49c82501ca44bc894f353a67e Mon Sep 17 00:00:00 2001 From: Tien Nguyen Minh Date: Mon, 11 May 2026 20:15:20 +0700 Subject: [PATCH] docs: flesh out README --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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).