We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
按照 https://blog.honus.top/2022/10/15/580.html 配置,使用 docker-compose up -d 启动 docker 之后调用 docker logs comwechat 报如上错误。
docker-compose up -d
docker logs comwechat
具体的 docker-compose.yaml 文件如下
docker-compose.yaml
version: '3.3' services: wechatpchook: container_name: comwechat environment: - VNCPASS=admin123 - COMWECHAT=https://github.com/ljc545w/ComWeChatRobot/releases/download/3.7.0.30-0.1.0-pre/3.7.0.30-0.1.0-pre.zip volumes: - "/root/WeChat/Files/:/home/user/.wine/drive_c/users/user/My Documents/WeChat Files/" - "/root/WeChat/Data/:/home/user/.wine/drive_c/users/user/Application Data/" privileged: true network_mode: host image: tomsnow1999/docker-com_wechat_robot:latest
The text was updated successfully, but these errors were encountered:
什么系统,什么架构的处理器
Sorry, something went wrong.
first deal with the hostname -f, if there is an error, edit /etc/hosts to fix it, and then stop & rm the docker, rebuild and restart
No branches or pull requests
按照 https://blog.honus.top/2022/10/15/580.html 配置,使用
docker-compose up -d
启动 docker 之后调用docker logs comwechat
报如上错误。具体的
docker-compose.yaml
文件如下The text was updated successfully, but these errors were encountered: