We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c52548 commit 2cd3eddCopy full SHA for 2cd3edd
1 file changed
README.md
@@ -93,7 +93,7 @@ JSON Tools Next 是一个多功能的JSON工具集,提供了直观的界面和
93
# 构建并启动容器
94
docker-compose up -d
95
96
-# 访问 http://localhost:3300 即可使用
+# 访问 http://localhost:3300
97
```
98
99
### 使用 Docker 命令
@@ -105,7 +105,7 @@ docker build -t json-tools-next .
105
# 运行容器
106
docker run -d -p 3300:80 --name json-tools json-tools-next
107
108
109
110
111
## 🚀 快速开始
0 commit comments