File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
frontend/src/views/layout/components Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
other :
34
34
tmppath : " ../data/tmp"
35
35
36
- version : 0.0.1
36
+ version : 0.0.2
Original file line number Diff line number Diff line change 125
125
### Docker 部署
126
126
\`\`\` bash
127
127
# 拉取最新镜像
128
- docker pull tikazyq /crawlab:latest
128
+ docker pull zkqiang /crawlab-lite :latest
129
129
130
130
# 删除容器
131
131
docker-compose down | true
@@ -136,15 +136,15 @@ docker-compose up -d
136
136
137
137
### 直接部署
138
138
139
- 1. 拉取最新 Github 代码
139
+ 1. 拉取最新 GitHub 代码
140
140
2. 重新构建前后端应用
141
141
3. 启动前后端应用
142
142
` ,
143
143
howToUpgradeHtmlEn: `
144
144
### Docker Deployment
145
145
\`\`\` bash
146
146
# pull the latest image
147
- docker pull tikazyq /crawlab:latest
147
+ docker pull zkqiang /crawlab-lite :latest
148
148
149
149
# delete containers
150
150
docker-compose down | true
You can’t perform that action at this time.
0 commit comments