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
Content type
Image
Digest
sha256:46b930166…
Size
26.6 MB
Last updated
21 days ago
docker pull wuyangdaily/wxchat