mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-07 08:31:55 +00:00
.. | ||
bootstrap.sh | ||
Dockerfile | ||
README.md |
http://theme-next.iissnan.com/
First Time:
docker service create
--name hexo
--publish 4000:4000
-e GIT_EMAIL="me@newnius.com"
-e GIT_NAME="newnius"
--mount type=bind,source=/mnt/data/blog,target=/blog
newnius/hexo
Start Server: docker service create --name hexo --publish 4000:4000 --mount type=bind,source=/mnt/data/blog,target=/blog newnius/hexo /etc/bootstrap.sh server