Skip to content
New issue

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

VNCserver 启动失败 #4

Open
jiz4oh opened this issue Feb 19, 2023 · 2 comments
Open

VNCserver 启动失败 #4

jiz4oh opened this issue Feb 19, 2023 · 2 comments

Comments

@jiz4oh
Copy link

jiz4oh commented Feb 19, 2023

image

按照 https://blog.honus.top/2022/10/15/580.html 配置,使用 docker-compose up -d 启动 docker 之后调用 docker logs comwechat 报如上错误。

具体的 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
@tom-snow
Copy link
Owner

什么系统,什么架构的处理器

@xixixi2000
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants