Search Docker Hub
wxeditor
By sonyiii
微信Markdown编辑器
1.8K
本镜像源码来自:md
docker run -d \ --name wxeditor \ -p 8081:80 \ --restart always \ sonyiii/wxeditor:latest
version: '3.8' services: wxeditor: image: sonyiii/wxeditor:latest container_name: wxeditor ports: - 8081:80 restart: always
Content type
Image
Digest
sha256:d251b0811…
Size
19.4 MB
Last updated
over 1 year ago
docker pull sonyiii/wxeditor