126 字
1 分钟
OpenClaw docker部署

相关地址
部署
docker-compose.yml
services: openclaw: image: ghcr.nju.edu.cn/openclaw/openclaw:latest container_name: openclaw-1 restart: always user: "0:0" ports: - "3000:3000" - "18789:18789" volumes: - ./config:/root/.openclaw - ./logs:/app/logs - /home/wenjian:/app/data environment: # 使用生产模式运行openclaw - NODE_ENV=production shm_size: "1gb" ulimits: nproc: 65535 nofile: soft: 65535 hard: 65535OpenClaw docker部署
https://blog.goodnightan.com/posts/openclaw-docker-install/分享文章
生成精美分享图或复制链接,与更多人分享本文。
继续阅读
换条路线
从其他文章中稳定抽取
最后更新于 ,距今已过 205 天
部分内容可能已过时