Update README.md

This commit is contained in:
engigu
2024-01-28 13:28:39 +08:00
committed by GitHub
parent ccab125e58
commit c258d6247a
+2 -2
View File
@@ -249,7 +249,7 @@ Name = yourDbName
TablePrefix = message_ TablePrefix = message_
``` ```
6. 使用使用命令启动,端口使用`-p`自定义 6. 使用命令启动,端口使用`-p`自定义
```shell ```shell
docker pull engigu/message-nest:latest docker pull engigu/message-nest:latest
# 测试运行 # 测试运行
@@ -275,7 +275,7 @@ services:
ports: ports:
- "8000:8000" - "8000:8000"
``` ```
3. 文件结构 3. 文件目录结构
```shell ```shell
. .
├── conf ├── conf