mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-03 13:43:08 +00:00
10 lines
147 B
YAML
10 lines
147 B
YAML
services:
|
|
mkdocs:
|
|
container_name: mkdocs
|
|
build: .
|
|
restart: always
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- "${PWD}:/docs"
|