Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
c12.2.0-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazy-template
c12.2.0-template
Commits
e5bd1ad2
You need to sign in or sign up before continuing.
Commit
e5bd1ad2
authored
Sep 15, 2025
by
xiezhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
17639659
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
README.md
README.md
+16
-16
No files found.
README.md
View file @
e5bd1ad2
...
@@ -209,26 +209,26 @@ make run
...
@@ -209,26 +209,26 @@ make run
### 常见问题
### 常见问题
1.
**端口被占用**
1.
**端口被占用**
```
bash
```
bash
# 查看端口占用
# 查看端口占用
lsof
-i
:8000
lsof
-i
:8000
# 停止占用端口的进程
# 停止占用端口的进程
make stop
make stop
```
```
2.
**编译错误**
2.
**编译错误**
```
bash
```
bash
# 清理并重新编译
# 清理并重新编译
make clean
make clean
make
install
make
install
```
```
3.
**Docker 构建失败**
3.
**Docker 构建失败**
```
bash
```
bash
# 检查 Dockerfile 语法
# 检查 Dockerfile 语法
docker build
--no-cache
-t
test
.
docker build
--no-cache
-t
test
.
```
```
### 调试模式
### 调试模式
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment