test-mdbook/docker-compose.yml
Simple_Not 23470f4c4c
All checks were successful
continuous-integration/drone/push Build is passing
asdf
2023-07-02 12:38:40 +10:00

21 lines
376 B
YAML

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