Sign inSign up

dfface/plantuml-editor2

By dfface

•Updated almost 3 years ago

Image
0

850

dfface/plantuml-editor2 repository overview

⁠Self-Hosted PlantUML Application

Support MacBook M1、M2 Pro 、Intel ……

⁠Usage

write a docker-compose.yml file:

version: '3'
services:
  plantuml-server:
    image: plantuml/plantuml-server:jetty
    ports:
      - "8301:8080"
    restart: unless-stopped
  plantuml-editor:
    image: dfface/plantuml-editor2:main
    ports:
      - "8300:8088"
    restart: unless-stopped
    depends_on:
      - plantuml-server

then run: docker-compose up -d

after services are ready, visit: http://localhost:8300⁠

Tag summary

Content type

Image

Digest

sha256:51fe885e2…

Size

600.1 MB

Last updated

almost 3 years ago

docker pull dfface/plantuml-editor2:sha-93f2971