update README

This commit is contained in:
newnius 2016-11-30 21:05:42 +08:00
parent 234ed1df80
commit 2cedf7765f

View File

@ -3,7 +3,7 @@ https://hexo.io/zh-cn/
http://theme-next.iissnan.com/ http://theme-next.iissnan.com/
First Time: 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: 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