[mod] graphviz

This commit is contained in:
Andy Bunce 2025-05-21 16:39:59 +01:00
parent 77cf860a36
commit 7930bf903e

View file

@ -1,7 +1,9 @@
name: graphviz name: graphviz
services: services:
graphviz: graphviz:
ports: image: graphviz:1.0.0
- 8000:8000 build: .
image: graphviz container_name: graphviz
restart: unless-stopped ports:
- 8000:8000
restart: unless-stopped