Hello, I’m looking to trial signoz to observe a d...
# support
p
Hello, I’m looking to trial signoz to observe a different OSS project (datahubproject.io). I see that the local docker-compose set up uses port 8080 but so does DataHub, is there a way to change the port in Signoz? According to the
install.sh
script it should be documented:
Copy code
if [[ -n $port_check_output ]]; then
        send_event "port_not_available"

        echo "+++++++++++ ERROR ++++++++++++++++++++++"
        echo "SigNoz requires ports 8080 & 4317 to be open. Please shut down any other service(s) that may be running on these ports."
        echo "You can run SigNoz on another port following this guide <https://signoz.io/docs/install/troubleshooting/>"
        echo "++++++++++++++++++++++++++++++++++++++++"
        echo ""
        exit 1
    fi
}
But the link has no docs on how to change the port. Is it somewhere perhaps?
v
Hi you can change the port in
docker-compose.yml
p
Just need to change the external port?
v
Yup