This guide uses Docker Compose to run diagrams.net in containers.
For Docker installation, see Docker.
cat <<'YAML' > docker-compose.yml
services:
app:
image: nginx:alpine
restart: unless-stopped
ports:
- "8080:80"
YAML
docker compose up -d
Open http://YOUR-SERVER:8080 to access the application.
Any questions?
Feel free to contact us. Find all contact information on our contact page.