Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
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 VR3 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