mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +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
|