From 35535244624c05f4f607be747db2fc9763f0ae52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Fri, 5 Jan 2024 09:50:01 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E8=84=9A=E6=9C=AC=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e6283c7..f88b467 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: args: - WECHAT_URL=https://github.com/tom-snow/wechat-windows-versions/releases/download/v3.9.8.25/WeChatSetup-3.9.8.25.exe - WXHELPER_URL=https://github.com/ttttupup/wxhelper/releases/download/3.9.8.25-v2/wxhelper.dll - image: wxhelper-docker:3.9.8.25-v2 + image: lxh01/wxhelper-docker:3.9.8.25-v2 container_name: wxhelper-docker restart: unless-stopped tty: true @@ -20,7 +20,7 @@ services: build: context: . dockerfile: Dockerfile - image: wxhelper-docker:3.9.5.81-v11 + image: lxh01/wxhelper-docker:3.9.5.81-v11 container_name: wxhelper-docker restart: unless-stopped tty: true @@ -35,7 +35,7 @@ services: args: - WECHAT_URL=https://github.com/tom-snow/wechat-windows-versions/releases/download/v3.9.2.23/WeChatSetup-3.9.2.23.exe - WXHELPER_URL=https://github.com/ttttupup/wxhelper/releases/download/3.9.2.23-v9/wxhelper.dll - image: wxhelper-docker:3.9.2.23-v9 + image: lxh01/wxhelper-docker:3.9.2.23-v9 container_name: wxhelper-docker restart: unless-stopped tty: true