Skip to content

Commit

Permalink
优化文档
Browse files Browse the repository at this point in the history
  • Loading branch information
shenshuo committed May 24, 2019
1 parent cdd07ee commit f5d6953
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ create database `codo_cron` default character set utf8mb4 collate utf8mb4_unicod

#### 一、docker-compose 安装(推荐)

- 修改settings 配置 主要是MySQL数据库和redis配置
- 修改settings 配置 主要是MySQL数据库配置
- 执行 docker build . -t codo_cron_image
- docker-compose up -d
- 启动成功默认地址为 ip:9900
Expand Down
3 changes: 0 additions & 3 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
tornado
pycurl
redis==2.10.6
fire
apscheduler
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
codo-cron:
codo_cron:
restart: unless-stopped
image: codo_cron_image
volumes:
Expand Down

0 comments on commit f5d6953

Please sign in to comment.