Support MacBook M1、M2 Pro 、Intel ……
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
Content type
Image
Digest
sha256:51fe885e2…
Size
600.1 MB
Last updated
almost 3 years ago
docker pull dfface/plantuml-editor2:sha-93f2971