Hi , i am noew to signoz and looking to set it up ...
# support
s
Hi , i am noew to signoz and looking to set it up in my home lab.. i was playing with this https://github.com/SigNoz/signoz/blob/main/docs/otel-demo-docs.md in a docker lab. i spunk up signoz with this
Copy code
git clone -b main <https://github.com/SigNoz/signoz.git> && cd signoz/deploy/
cd docker
docker compose up -d --remove-orphans
then edit src/otel-collector/otelcol-config-extras.yml to add endpoint: "http://host.docker.internal:4317" since its all running in the same machine should i still change this end point?