Table of Contents
Le fichier docker-compose.yml
version: '3.3'
services:
drawio:
image: jgraph/drawio
container_name: drawio
ports:
# http://localhost:8080
- 8080:8080
# https://localhost:8443
- 8443:8443
Execution
docker-compose up -d