Skip to content

Commit 2677de9

Browse files
committed
Release v0.0.2
1 parent 33710f7 commit 2677de9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

backend/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ kvdb:
3333
other:
3434
tmppath: "../data/tmp"
3535

36-
version: 0.0.1
36+
version: 0.0.2

frontend/src/views/layout/components/Navbar.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
### Docker 部署
126126
\`\`\`bash
127127
# 拉取最新镜像
128-
docker pull tikazyq/crawlab:latest
128+
docker pull zkqiang/crawlab-lite:latest
129129
130130
# 删除容器
131131
docker-compose down | true
@@ -136,15 +136,15 @@ docker-compose up -d
136136
137137
### 直接部署
138138
139-
1. 拉取最新 Github 代码
139+
1. 拉取最新 GitHub 代码
140140
2. 重新构建前后端应用
141141
3. 启动前后端应用
142142
`,
143143
howToUpgradeHtmlEn: `
144144
### Docker Deployment
145145
\`\`\`bash
146146
# pull the latest image
147-
docker pull tikazyq/crawlab:latest
147+
docker pull zkqiang/crawlab-lite:latest
148148
149149
# delete containers
150150
docker-compose down | true

0 commit comments

Comments
 (0)