mirror of
https://github.com/tom-snow/docker-ComWechat.git
synced 2025-01-06 04:55:49 +08:00
更新 compose 文件
This commit is contained in:
parent
37e6560e93
commit
11318bac22
@ -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
|
||||
image: tomsnow1999/docker-com_wechat_robot:latest
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: ./Dockerfile
|
Loading…
Reference in New Issue
Block a user