完善Docker配置文档

pull/109/head
qiang.ou 2018-12-31 17:56:43 +08:00 committed by GitHub
parent 25168cab2a
commit b3632006bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -65,10 +65,16 @@
### docker
```shell
docker run --name gocron -p 5920:5920 -d ouqg/gocron
docker run --name gocron --link mysql:db -p 5920:5920 -d ouqg/gocron
```
配置: /app/conf/app.ini
日志: /app/log/cron.log
### 开发
1. 安装Go1.9+, Node.js, Yarn