Skip to content

Commit 2cd3edd

Browse files
authored
fix: build docker
1 parent 0c52548 commit 2cd3edd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ JSON Tools Next 是一个多功能的JSON工具集,提供了直观的界面和
9393
# 构建并启动容器
9494
docker-compose up -d
9595

96-
# 访问 http://localhost:3300 即可使用
96+
# 访问 http://localhost:3300
9797
```
9898

9999
### 使用 Docker 命令
@@ -105,7 +105,7 @@ docker build -t json-tools-next .
105105
# 运行容器
106106
docker run -d -p 3300:80 --name json-tools json-tools-next
107107

108-
# 访问 http://localhost:3300 即可使用
108+
# 访问 http://localhost:3300
109109
```
110110

111111
## 🚀 快速开始

0 commit comments

Comments
 (0)