Repo: https://github.com/wuyangdaily/wechat
这是一个简单的 Docker 版本的企业微信 API 代理的 Dockerfile.
一个命令跑起来。
docker run -d \
--name wechat \
-p 7080:80 \
--restart=always \
wuyangdaily/wechat:latest
services:
wechat:
container_name: wechat
restart: always
ports:
- 7080:80
image: wuyangdaily/wechat:latest
Content type
Image
Digest
sha256:6cec22010…
Size
4.5 MB
Last updated
6 months ago
docker pull wuyangdaily/wechat