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.
使用 Docker 和 Docker Compose 查看 autClaw 日志、重启、删除、更新容器,并配置飞牛 OS 或群晖 DSM 持久化目录。
docker logs -f autclaw
docker rm -f autclaw
docker pull nolan1121953/autclaw:latest docker rm -f autclaw docker run -d \ --name autclaw \ --restart unless-stopped \ --network bridge \ -p 8200:8200 \ -v /opt/autclaw:/opt/autclaw \ nolan1121953/autclaw:latest
AUTCLAW_HOST_DATA_DIR=/opt/autclaw AUTCLAW_HTTP_PORT=8200 docker compose up -d
AUTCLAW_HOST_DATA_DIR
/opt/autclaw
AUTCLAW_HTTP_PORT
8200
AUTCLAW_IMAGE
nolan1121953/autclaw:latest
AUTCLAW_HOST_DATA_DIR=/vol1/1000/docker/autclaw AUTCLAW_HTTP_PORT=8200 docker compose up -d
AUTCLAW_HOST_DATA_DIR=/volume1/docker/autclaw AUTCLAW_HTTP_PORT=8200 docker compose up -d