asfd
This commit is contained in:
commit
770fad5a40
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
version: '3.1'
|
||||||
|
|
||||||
|
services:
|
||||||
|
mdbook:
|
||||||
|
container_name: test-mdbook
|
||||||
|
# https://hub.docker.com/r/peaceiris/mdbook/tags
|
||||||
|
image: peaceiris/mdbook:v0.4.21-rust
|
||||||
|
stdin_open: true
|
||||||
|
tty: true
|
||||||
|
ports:
|
||||||
|
- 13000:3000
|
||||||
|
- 13001:3001
|
||||||
|
volumes:
|
||||||
|
- ./book:/book
|
||||||
|
command:
|
||||||
|
- serve
|
||||||
|
- --hostname
|
||||||
|
- '0.0.0.0'
|
Loading…
Reference in New Issue
Block a user