You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
提bug前先检查以下是否已经执行
bug描述
我使用docker compose.yml启动,配置如下
version: '3.8' services: wxBotWebhook: image: dannicool/docker-wechatbot-webhook container_name: wxbot_app volumes: - ./wxBot_logs:/app/log ports: - "3001:3001" environment: - LOG_LEVEL=info - RECVD_MSG_API="http://10.2.24.4:7493/message" # 这个是云服务器的内网ip,公网ip尝试后也是相同的报错 restart: unless-stopped
配置参数 RECVD_MSG_API: "http://10.2.24.4:7493/message" <- 不符合 URL 规范, 该 API 将不会收到请求
看到有这样的问题,但是没哟解决办法【大哭】,然后尝试用dokcer run命令,会报错SyntaxError: Unexpected token ':' 。去掉http://也不行
提供有用的信息
The text was updated successfully, but these errors were encountered: