We have seen an issue with SigNoz when we perform ...
# support
p
We have seen an issue with SigNoz when we perform machine restarts: there seems to be some part(s) of the SigNoz stack that doesn't start up properly after a reboot. 🤔 This causes the SigNoz web interface to be unusable until you have manually executed
docker compose -f docker-compose-minimal.yaml down
and then
docker compose -f docker-compose-minimal.yaml up
. Is this is a known issue or are we the only ones running into this?
s
It might be a general issue. The docker setup isn't configured to make the container restart automatically after machine restart. Would you mind creating an issue here https://github.com/SigNoz/signoz?