Sign inSign up

sonyiii/wxeditor

By sonyiii

Updated over 1 year ago

微信Markdown编辑器

Image
0

1.8K

sonyiii/wxeditor repository overview

微信Markdown编辑器

本镜像源码来自:md

docker:
docker run -d \
  --name wxeditor \
  -p 8081:80 \
  --restart always \
  sonyiii/wxeditor:latest
docker-compose:
version: '3.8'
services:
  wxeditor:
    image: sonyiii/wxeditor:latest
    container_name: wxeditor
    ports:
      - 8081:80
    restart: always
访问:http://localhost:8081

Tag summary

Content type

Image

Digest

sha256:d251b0811

Size

19.4 MB

Last updated

over 1 year ago

docker pull sonyiii/wxeditor