Files
myapp/ghost/readme.md

14 lines
299 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ghost 博客系统
## 说明
基于node.js的轻量级博客系统速度快功能只能够个人使用可快速搭建
## 部署
```
$ sudo docker stack deploy -c ghost.yaml ghost
```
## 使用
访问
```
http://xxx.xxx.xxx:8002
```
**需要根据具体服务器部署情况进行修改**