Skip to content

Commit

Permalink
📝 更新目录
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Jul 12, 2019
1 parent 6985347 commit 9619c67
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,14 @@ Solo 有着非常活跃的[社区](https://hacpai.com),可将文章作为帖

### Docker 部署

获取最新镜像
#### 获取最新镜像

```shell
docker pull b3log/solo
```

#### 启动容器

* 使用 MySQL

先手动建库(库名 `solo`,字符集使用 `utf8mb4`,排序规则 `utf8mb4_general_ci`),然后启动容器:
Expand Down Expand Up @@ -172,30 +174,30 @@ docker pull b3log/solo

完整启动参数的说明可以使用 `-h` 来查看。

日志配置
#### 日志配置

默认通过 log4j 将日志打印到标准输出流,可以通过 `docker logs solo` 进行查看。如果需要覆盖 log4j 配置,可通过挂载文件实现:

```shell
--volume log4j.properties:/opt/solo/WEB-INF/classes/log4j.properties
```

皮肤配置
#### 皮肤配置

如果要使用其他皮肤,可挂载目录 skins(里面需要包含所需使用的所有皮肤,官方所有皮肤可从[这里](https://github.com/b3log/solo-skins)下载):

```shell
--volume skins/:/opt/solo/skins/
```

### Docker 升级
#### 升级方案

1. 拉取最新镜像
2. 重启容器

可参考[这里](https://github.com/b3log/solo/blob/master/scripts/docker-restart.sh)编写一个重启脚本,并通过 crontab 每日凌晨运行来实现自动更新。

### Docker Compose
#### Docker Compose

请参考[这里](https://github.com/liumapp/solo-in-docker),感谢 [@liumapp](https://github.com/liumapp) 提供 :heart:

Expand Down

0 comments on commit 9619c67

Please sign in to comment.