Skip to content

Commit 9c559e6

Browse files
authored
Update README.md
1 parent 4da1af1 commit 9c559e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
- 默认应用使用root用户,为了安全可以创建权限相对较小的权限供code-push-server使用,只需要给予`select,update,insert`权限即可
1212
- redis部分
1313
- `tryLoginTimes` 登录错误次数限制
14-
- `updateCheckCache` 提升应用性能提升
15-
- `updateCheckCache` 灰度发布
14+
- `updateCheckCache` 提升应用性能
15+
- `rolloutClientUniqueIdCache` 灰度发布
1616

1717
## 安装docker
1818

1919
参考docker官方安装教程
2020

2121
- [>>mac点这里](https://docs.docker.com/docker-for-mac/install/)
2222
- [>>windows点这里](https://docs.docker.com/docker-for-windows/install/)
23-
- [>>linux](https://docs.docker.com/install/linux/docker-ce/ubuntu/)
23+
- [>>linux点这里](https://docs.docker.com/install/linux/docker-ce/ubuntu/)
2424

2525

2626
`$ docker info` 能成功输出相关信息,则安装成功,才能继续下面步骤

0 commit comments

Comments
 (0)