[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
services:
graphviz:
ports:
- 8000:8000
image: graphviz
restart: unless-stopped
image: graphviz:1.0.0
build: .
container_name: graphviz
ports:
- 8000:8000
restart: unless-stopped