Openclaw安装失败compose.yml文件问题

一键部署openclaw失败,求且。构建报错信息:

stderr: The Compose file ‘/opt/1panel/apps/openclaw/OpenClaw/docker-compose.yml’ is invalid because: services.openclaw.ports contains an invalid type, it should be a number, or an object services.openclaw.ports contains an invalid type, it should be a number, or an object , err: exit status 1

经检查所自动拉取的docker-compose.yml文件内容如下,没看出问题啊:
networks:
1panel-network:
external: true
services:
openclaw:
command:
- node
- dist/index.js
- gateway
- --bind
- lan
- --port
- “18789”
container_name: ${CONTAINER_NAME}
deploy:
resources:
limits:
cpus: ${CPUS}
memory: ${MEMORY_LIMIT}
environment:
HOME: /home/node
TERM: xterm-256color
image: 1panel/openclaw:2026.3.2
init: true
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- “${HOST_IP}:$PANEL_APP_PORT_HTTP}:18789”
- “${HOST_IP}:${PANEL_APP_PORT_BRIDGE}:18790”
restart: unless-stopped
volumes:
- ./data/conf:/home/node/.openclaw
- ./data/workspace:/home/node/.openclaw/workspace