Sign inSign up

wuyangdaily/wxchat

By wuyangdaily

•Updated 21 days ago

企业微信API代理

Image
0

3.4K

wuyangdaily/wxchat repository overview

Repo: https://github.com/wuyangdaily/wxchat⁠

⁠企业微信代理

这是一个简单的 Docker 版本的企业微信 API 代理的 Dockerfile.

一个命令跑起来。

docker run -d \
  --name wxchat \
  -p 7080:80 \
  --restart=always \
  wuyangdaily/wxchat:latest
services:
    wxchat:
        container_name: wxchat
        restart: always
        ports:
            - 7080:80
        image: wuyangdaily/wxchat:latest

Tag summary

Content type

Image

Digest

sha256:46b930166…

Size

26.6 MB

Last updated

21 days ago

docker pull wuyangdaily/wxchat