mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-07 16:41:55 +00:00
update README
This commit is contained in:
parent
234ed1df80
commit
2cedf7765f
@ -3,7 +3,7 @@ https://hexo.io/zh-cn/
|
||||
http://theme-next.iissnan.com/
|
||||
|
||||
First Time:
|
||||
docker service create --name hexo --publish 4000:4000 newnius/hexo
|
||||
docker service create --name hexo --publish 4000:4000 --mount type=bind,source=/mnt/data/blog,target=/blog newnius/hexo
|
||||
|
||||
Start Server:
|
||||
docker service create --name hexo --publish 4000:4000 newnius/hexo hexo server
|
||||
docker service create --name hexo --publish 4000:4000 --mount type=bind,source=/mnt/data/blog,target=/blog newnius/hexo /etc/bootstrap.sh server
|
||||
|
Loading…
Reference in New Issue
Block a user