Skip to content

Commit 1c0d2ec

Browse files
committed
fix:调整自述
1 parent 2a86ba8 commit 1c0d2ec

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,26 @@
1111
2.查看容器
1212
```shell
1313
docker-compose ps
14-
```
14+
```
15+
3.配置 .env 文件
16+
17+
```shell
18+
MYSQL_VERSION=5.7
19+
MYSQL_DIR=./mysql
20+
REAL_MYSQL_PORT=3306
21+
MYSQL_ROOT_PASSWORD=123456
22+
MYSQL_ROOT_HOST=%
23+
24+
REDIS_VERSION=latest
25+
REDIS_DIR=/redis
26+
REAL_REDIS_PORT=6379
27+
28+
NSQLOOKUPD_TCP_POST=4160
29+
NSQLOOKUPD_HTTP_POST=4161
30+
NSQD_TCP_PORT=4150
31+
NSQD_HTTP_PORT=4151
32+
NSQD_ADMIN_HTTP_PORT=4171
33+
34+
ETCD_PORT=2379
35+
ETCD_MANAGE_PORT=7000
36+
```

0 commit comments

Comments
 (0)