Skip to content

Commit 09f64c1

Browse files
author
brad
committed
up readme
1 parent c26eb5a commit 09f64c1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@
2323
## 一些常用服务及快捷命令列表
2424

2525
在 /home/core/docker 预先封装了大量服务,文件夹名称即是服务名称
26-
所有服务都安装在 /home/core/data 目录,需要修改服务的配置请在这里修改,改完使用 `s service_name` 重启生效
26+
所有服务都安装在 /home/core/data 目录,需要修改服务的配置请在这里修改,改完使用 `s service_name` 重启生效
27+
28+
以 redis 为例,安装 redis 后,在 /home/core/data/redis 下能看到以下文件:
29+
`redis.conf` `redis.service`
30+
`redis.conf` 是 redis 的配置文件
31+
`redis.service` 是启动 redis 服务所使用的启动参数,修改映射端口、目录等启动参数在这个文件修改
2732

2833
- 常用服务
2934
- `mysql`

0 commit comments

Comments
 (0)