Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Update: disable wechat auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChisBread committed Jun 6, 2022
1 parent e191a1b commit bd9ae4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ sudo docker run -it --name wechat-service --rm \
-e INJ_CONDITION="[ \"\`sudo netstat -tunlp | grep 5555\`\" != '' ] && exit 0 ; sleep 5 ; curl 'http://127.0.0.1:8680/hi' 2>/dev/null | grep -P 'code.:0'" \
-e TARGET_CMD=wechat-start \
-p 8080:8080 -p 5555:5555 -p 5900:5900 \
--add-host=dldir1.qq.com:127.0.0.1 \
chisbread/wechat-service:latest
# optional
# -v "<path>:/home/app/WeChat Files/"
Expand Down Expand Up @@ -120,6 +121,8 @@ services:
- "8080:8080" # noVNC
- "5555:5555" # websocket server
- "5900:5900" # vnc server
extra_hosts:
- "dldir1.qq.com:127.0.0.1"
volumes:
- "<path>:/home/app/WeChat Files/"
- "<path>:/home/app/.wine/drive_c/users/app/AppData/"
Expand Down
3 changes: 3 additions & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ sudo docker run -it --name wechat-service --rm \
-e INJ_CONDITION="[ \"\`sudo netstat -tunlp | grep 5555\`\" != '' ] && exit 0 ; sleep 5 ; curl 'http://127.0.0.1:8680/hi' 2>/dev/null | grep -P 'code.:0'" \
-e TARGET_CMD=wechat-start \
-p 8080:8080 -p 5555:5555 -p 5900:5900 \
--add-host=dldir1.qq.com:127.0.0.1 \
chisbread/wechat-service:latest
# optional 可选,微信数据目录
# -v "<path>:/home/app/WeChat Files/"
Expand Down Expand Up @@ -117,6 +118,8 @@ services:
- "8080:8080" # noVNC
- "5555:5555" # websocket server
- "5900:5900" # vnc server
extra_hosts:
- "dldir1.qq.com:127.0.0.1"
volumes:
- "<path>:/home/app/WeChat Files/"
- "<path>:/home/app/.wine/drive_c/users/app/AppData/"
Expand Down

0 comments on commit bd9ae4c

Please sign in to comment.