autodoc/docker-compose.yml

15 lines
194 B
YAML

version: "2"
volumes:
phyLinux-home:
services:
autodoc:
restart: "no"
image: ldericher/autodoc
build:
context: ./build
volumes:
- "${PWD}/example_docs:/docs"