Skip to content

Commit

Permalink
完善Docker配置文档
Browse files Browse the repository at this point in the history
  • Loading branch information
ouqiang authored Dec 31, 2018
1 parent 25168ca commit b363200
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b363200

Please sign in to comment.