forked from lxh/go-wxhelper
📝 完善文档
This commit is contained in:
parent
1413181bd4
commit
778db8e349
@ -48,7 +48,7 @@ version: '3.9'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
wechat:
|
wechat:
|
||||||
image: lxh01/wxhelper-docker:3.9.5.81-v11
|
image: lxh01/wxhelper-docker:3.9.5.81-v11-novnc
|
||||||
container_name: gw-wechat
|
container_name: gw-wechat
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@ -56,8 +56,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./data/wechat:/home/app/.wine/drive_c/users/app/Documents/WeChat\ Files
|
- ./data/wechat:/home/app/.wine/drive_c/users/app/Documents/WeChat\ Files
|
||||||
ports:
|
ports:
|
||||||
- "19087:8080"
|
- "19086:5900" # vnc端口
|
||||||
- "19088:19088"
|
- "19087:8080" # noVNC端口
|
||||||
|
- "19088:19088" # 微信HOOK端口
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:19088/api/checkLogin"]
|
test: ["CMD", "curl", "-f", "http://localhost:19088/api/checkLogin"]
|
||||||
interval: 60s
|
interval: 60s
|
||||||
|
Loading…
Reference in New Issue
Block a user