inited
This commit is contained in:
parent
770fad5a40
commit
9d412e22be
5
book/book.toml
Normal file
5
book/book.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[book]
|
||||
authors = []
|
||||
language = "en"
|
||||
multilingual = false
|
||||
src = "src"
|
3
book/src/SUMMARY.md
Normal file
3
book/src/SUMMARY.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Summary
|
||||
|
||||
- [Chapter 1](./chapter_1.md)
|
1
book/src/chapter_1.md
Normal file
1
book/src/chapter_1.md
Normal file
@ -0,0 +1 @@
|
||||
# Chapter 1
|
@ -5,14 +5,16 @@ services:
|
||||
container_name: test-mdbook
|
||||
# https://hub.docker.com/r/peaceiris/mdbook/tags
|
||||
image: peaceiris/mdbook:v0.4.21-rust
|
||||
stdin_open: true
|
||||
tty: true
|
||||
# stdin_open: true
|
||||
# tty: true
|
||||
ports:
|
||||
- 13000:3000
|
||||
- 13001:3001
|
||||
volumes:
|
||||
- ./book:/book
|
||||
command:
|
||||
- serve
|
||||
- --hostname
|
||||
- '0.0.0.0'
|
||||
- init
|
||||
# - echo "y"
|
||||
#- serve
|
||||
#- --hostname
|
||||
#- '0.0.0.0'
|
||||
|
Loading…
Reference in New Issue
Block a user