autodoc/docker-compose.yml

20 lines
353 B
YAML
Raw Normal View History

2019-09-20 07:16:38 +00:00
version: "2"
volumes:
phyLinux-home:
services:
autodoc:
restart: "no"
image: ldericher/autodoc
build:
context: ./build
2019-09-20 10:30:21 +00:00
command: "bash"
2019-09-20 07:16:38 +00:00
volumes:
2019-09-24 11:16:36 +00:00
- "${PWD}/build/usr/local/bin/autodoc:/usr/local/bin/autodoc:ro"
- "${PWD}/build/usr/local/lib/autodoc:/usr/local/lib/autodoc:ro"
2019-09-24 09:53:51 +00:00
- "${PWD}/examples:/docs"