Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AragonSnow committed Jul 12, 2020
1 parent 9f05cff commit 78f9f81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build Image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
publish: true
imageName: asdaragon/qiandao # dockerid/imageName
platform: linux/arm64,linux/amd64 # 你准备构建的镜像平台
tag: 20200614,latest
tag: 20200709,latest
dockerHubUser: ${{ secrets.DOCKER_USERNAME }} # docker hub userid 在setting创建secrets name=DOCKER_USERNAME value=dockerid
dockerHubPassword: ${{ secrets.DOCKER_PASSWORD }} # docker hub password,在setting创建secrets name=DOCKER_PASSWORD value=dockerpassword
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ docker地址:[https://hub.docker.com/r/asdaragon/qiandao](https://hub.docker.c

docker部署命令:``` docker run -d --name qiandao -p 12345:80 -v $(pwd)/qiandao/config:/usr/src/app/config asdaragon/qiandao ```

数据库备份指令:```docker cp 容器名:/usr/src/app/config/database.db . ```

数据库恢复指令:```docker cp database.db 容器名:/usr/src/app/config/ ```

## 2020.07.09更新
1. 添加 管理员 备份数据库功能
2. 添加任务日志清空功能
Expand Down

0 comments on commit 78f9f81

Please sign in to comment.