docker-compose.yml aktualisiert
This commit is contained in:
parent
9745214941
commit
4e7d298c7f
@ -25,7 +25,9 @@ services:
|
|||||||
- "${WIKI_PORT:-8787}:8000" # Host port → mkdocs dev server
|
- "${WIKI_PORT:-8787}:8000" # Host port → mkdocs dev server
|
||||||
volumes:
|
volumes:
|
||||||
# Mount the entire project root → /docs (single clean mount)
|
# Mount the entire project root → /docs (single clean mount)
|
||||||
- /opt/data/workspace/docker/llm-wiki:/docs
|
- /opt/data/workspace/docker/llm-wiki/docs:/docs
|
||||||
|
- /opt/data/workspace/docker/llm-wiki/schema:/schema
|
||||||
|
- /opt/data/workspace/docker/llm-wiki/mkdocs.yml:/mkdocs.yml
|
||||||
environment:
|
environment:
|
||||||
- MKDOCS_VERBOSE=true
|
- MKDOCS_VERBOSE=true
|
||||||
- MKDOCS_LIVERELOAD=true
|
- MKDOCS_LIVERELOAD=true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user