Introduction
Troubleshooting
Common issues and solutions for running Dograh AI
βI
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Common issues and solutions for running Dograh AI
lsof -i :3010
kill -9 $(lsof -t -i :3010)
docker stop $(docker ps -q)
docker update --restart=no $(docker ps -a -q)
docker ps
docker inspect -f '{{.Name}} - {{.HostConfig.RestartPolicy.Name}}' $(docker ps -a -q)
docker compose down
docker compose down -v