From 778db8e349d206c9391b7762e2276aca77cdd809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Mon, 26 Feb 2024 15:24:42 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E5=AE=8C=E5=96=84=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 2dc4f34..1ee0b83 100644 --- a/readme.md +++ b/readme.md @@ -48,7 +48,7 @@ version: '3.9' services: wechat: - image: lxh01/wxhelper-docker:3.9.5.81-v11 + image: lxh01/wxhelper-docker:3.9.5.81-v11-novnc container_name: gw-wechat restart: unless-stopped environment: @@ -56,8 +56,9 @@ services: volumes: - ./data/wechat:/home/app/.wine/drive_c/users/app/Documents/WeChat\ Files ports: - - "19087:8080" - - "19088:19088" + - "19086:5900" # vnc端口 + - "19087:8080" # noVNC端口 + - "19088:19088" # 微信HOOK端口 healthcheck: test: ["CMD", "curl", "-f", "http://localhost:19088/api/checkLogin"] interval: 60s