ray-b/docker-compose.yml
Simple_Not 826a61caa9
Some checks failed
continuous-integration/drone/push Build is failing
fix docker
2023-07-15 16:45:30 +10:00

21 lines
375 B
YAML

services:
mdbook:
container_name: test-mdbook
# https://hub.docker.com/r/peaceiris/mdbook/tags
image: peaceiris/mdbook:v0.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'