mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-11 17:44:28 +05: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
|