Skip to content

Commit

Permalink
Release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkqiang committed Jul 20, 2020
1 parent 33710f7 commit 2677de9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ kvdb:
other:
tmppath: "../data/tmp"

version: 0.0.1
version: 0.0.2
6 changes: 3 additions & 3 deletions frontend/src/views/layout/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
### Docker 部署
\`\`\`bash
# 拉取最新镜像
docker pull tikazyq/crawlab:latest
docker pull zkqiang/crawlab-lite:latest
# 删除容器
docker-compose down | true
Expand All @@ -136,15 +136,15 @@ docker-compose up -d
### 直接部署
1. 拉取最新 Github 代码
1. 拉取最新 GitHub 代码
2. 重新构建前后端应用
3. 启动前后端应用
`,
howToUpgradeHtmlEn: `
### Docker Deployment
\`\`\`bash
# pull the latest image
docker pull tikazyq/crawlab:latest
docker pull zkqiang/crawlab-lite:latest
# delete containers
docker-compose down | true
Expand Down

0 comments on commit 2677de9

Please sign in to comment.