diff --git a/docker-compose.yaml b/docker-compose.yaml index 9addff1..cdd1f39 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,10 +2,6 @@ version: '3.3' services: wechatpchook: container_name: comwechat - # ports: - # - '5905:5905' # VNC 端口,可以修改冒号后的部分 - # - '18888:18888' # dll 开启的端口,具体由 python 端设置(建议冒号前后相同) - # - '10808:10808' # dll 开启的端口,具体由 python 端设置(建议冒号前后相同) environment: - VNCPASS=asdfgh123 - COMWECHAT=https://github.com/ljc545w/ComWeChatRobot/releases/download/3.7.0.30-0.0.5/3.7.0.30-0.0.5.zip @@ -15,7 +11,7 @@ services: - "./volume/Application Data/:/home/user/.wine/drive_c/users/user/Application Data/" privileged: true network_mode: host - # image: tomsnow1999/docker-com_wechat_robot:latest - build: - context: . - dockerfile: ./Dockerfile \ No newline at end of file + image: tomsnow1999/docker-com_wechat_robot:latest + # build: + # context: . + # dockerfile: ./Dockerfile \ No newline at end of file