mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
18 lines
275 B
YAML
18 lines
275 B
YAML
version: "2"
|
|
|
|
volumes:
|
|
phyLinux-home:
|
|
|
|
services:
|
|
autodoc:
|
|
restart: "no"
|
|
|
|
image: ldericher/autodoc
|
|
build:
|
|
context: ./build
|
|
|
|
command: "bash"
|
|
|
|
volumes:
|
|
- "${PWD}/build/autodoc.sh:/usr/local/bin/autodoc:ro"
|
|
- "${PWD}/example_docs:/docs"
|