更新 compose 文件

This commit is contained in:
tom-snow 2022-09-23 23:17:26 +08:00
parent 37e6560e93
commit 11318bac22

View File

@ -2,10 +2,6 @@ version: '3.3'
services: services:
wechatpchook: wechatpchook:
container_name: comwechat container_name: comwechat
# ports:
# - '5905:5905' # VNC 端口,可以修改冒号后的部分
# - '18888:18888' # dll 开启的端口,具体由 python 端设置(建议冒号前后相同)
# - '10808:10808' # dll 开启的端口,具体由 python 端设置(建议冒号前后相同)
environment: environment:
- VNCPASS=asdfgh123 - 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 - 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/" - "./volume/Application Data/:/home/user/.wine/drive_c/users/user/Application Data/"
privileged: true privileged: true
network_mode: host network_mode: host
# image: tomsnow1999/docker-com_wechat_robot:latest image: tomsnow1999/docker-com_wechat_robot:latest
build: # build:
context: . # context: .
dockerfile: ./Dockerfile # dockerfile: ./Dockerfile