[mod] graphviz
This commit is contained in:
parent
77cf860a36
commit
7930bf903e
1 changed files with 6 additions and 4 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue