ray-b/docker-compose.yml
Simple_Not cea58404dd
Some checks failed
continuous-integration/drone/push Build is failing
погнали
2023-07-15 16:44:27 +10:00

21 lines
374 B
YAML

services:
mdbook:
container_name: test-mdbook
# https://hub.docker.com/r/peaceiris/mdbook/tags
image: peaceiris/mdbook:0.4.31-rust
# stdin_open: true
# tty: true
ports:
- "127.0.0.1:5100:3000"
#- 5101:3001
volumes:
- ./book:/book
command:
# - init
# - echo "y"
- serve
- --hostname
- '0.0.0.0'