更新 docker-compose 配置,移除客户端模式注释
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user