完善Docker配置文档
parent
25168cab2a
commit
b3632006bb
|
@ -65,10 +65,16 @@
|
||||||
|
|
||||||
|
|
||||||
### docker
|
### docker
|
||||||
|
|
||||||
```shell
|
```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
|
1. 安装Go1.9+, Node.js, Yarn
|
||||||
|
|
Loading…
Reference in New Issue