mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-09-26 21:01:15 +08:00
10 lines
164 B
YAML
10 lines
164 B
YAML
version: "3"
|
|
services:
|
|
docsify:
|
|
image: stilleshan/docsify
|
|
container_name: docsify
|
|
ports:
|
|
- 3000:3000
|
|
volumes:
|
|
- /your/docs/path:/docs
|