mirror of
https://github.com/dw-0/kiauh.git
synced 2026-03-01 09:30:46 +01:00
9 lines
137 B
YAML
9 lines
137 B
YAML
|
|
services:
|
||
|
|
mkdocs:
|
||
|
|
build: .
|
||
|
|
ports:
|
||
|
|
- "8000:8000"
|
||
|
|
volumes:
|
||
|
|
- ./:/docs
|
||
|
|
command: serve --dev-addr=0.0.0.0:8000
|