From b4073dfaa8339edc25d7439a853c6162253493ef Mon Sep 17 00:00:00 2001 From: Ankit Nayan Date: Wed, 10 Feb 2021 01:40:01 +0530 Subject: [PATCH] updated README.md with docker instructions --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7463b2e1ea..7de71089bf 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,16 @@ SigNoz is an opensource observability platform. SigNoz uses distributed tracing # Getting Started -Deploy in Kubernetes using Helm. Below steps will install the SigNoz in platform namespace inside you k8s cluster. +## Deploy using docker-compose +We have a tiny-cluster setup and a standard setup to deploy using docker-compose. +Follow steps listed at https://signoz.io/docs/deployment/docker/. +The troubleshooting instructions at https://signoz.io/docs/deployment/docker/#troubleshooting may be helpful + + +## Deploy in Kubernetes using Helm. + +Below steps will install the SigNoz in platform namespace inside you k8s cluster. ```console git clone https://github.com/SigNoz/signoz.git && cd signoz