mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-17 07:03:57 +00:00
17 lines
379 B
YAML
17 lines
379 B
YAML
# This composition can be used to serve up the rendered mkdocs for local authoring.
|
|
#
|
|
# docker compose -f compose-docs.yml -p zensical up
|
|
#
|
|
# and then access http://localhost:8000
|
|
|
|
services:
|
|
zensical:
|
|
build:
|
|
context: .
|
|
dockerfile: docs/Dockerfile
|
|
volumes:
|
|
- ./zensical.toml:/docs/zensical.toml
|
|
- ./docs:/docs/docs
|
|
ports:
|
|
- "8000:8000"
|