9 lines
No EOL
175 B
YAML
9 lines
No EOL
175 B
YAML
name: graphviz
|
|
services:
|
|
graphviz:
|
|
image: graphviz:1.0.0
|
|
build: .
|
|
container_name: graphviz
|
|
ports:
|
|
- 8888:8000
|
|
restart: unless-stopped |