更新 docker-compose 配置,移除客户端模式注释

This commit is contained in:
2026-05-19 10:31:57 +08:00
parent 160136014e
commit 60e5b37913
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -19,6 +19,9 @@ services:
OPENCODE_MODE: embedded
OPENCODE_HOSTNAME: 0.0.0.0
OPENCODE_PORT: 4096
# Client 模式:连接外部服务地址,不依赖容器内 CLI
# OPENCODE_MODE: client
# OPENCODE_CLIENT_BASE_URL: "http://host.docker.internal:4096"
volumes:
- /home/ubuntu/.config/opencode:/root/.config/opencode
- /home/ubuntu/.local/share/opencode:/root/.local/share/opencode