mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
docker-compose support
This commit is contained in:
parent
efc609d087
commit
5171715e18
3 changed files with 15 additions and 0 deletions
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
version: "2"
|
||||
|
||||
volumes:
|
||||
phyLinux-home:
|
||||
|
||||
services:
|
||||
autodoc:
|
||||
restart: "no"
|
||||
|
||||
image: ldericher/autodoc
|
||||
build:
|
||||
context: ./build
|
||||
|
||||
volumes:
|
||||
- "${PWD}/example_docs:/docs"
|
||||
Loading…
Reference in a new issue