Files
myapp/ghost/readme.md

14 lines
299 B
Markdown
Raw Normal View History

# ghost 博客系统
## 说明
基于node.js的轻量级博客系统速度快功能只能够个人使用可快速搭建
## 部署
```
$ sudo docker stack deploy -c ghost.yaml ghost
```
## 使用
访问
```
http://xxx.xxx.xxx:8002
```
**需要根据具体服务器部署情况进行修改**