mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
15 lines
194 B
YAML
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"
|