Pedro Silva
04/01/2025, 1:43 PMinstall.sh
script it should be documented:
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?Vibhu Pandey
04/01/2025, 3:00 PMdocker-compose.yml
Pedro Silva
04/01/2025, 3:03 PMVibhu Pandey
04/01/2025, 3:40 PM