From c52d91c5e84add22767d0b73fc1a860e31cd8c02 Mon Sep 17 00:00:00 2001 From: pjialin Date: Thu, 10 Jan 2019 17:44:46 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec5ad6d..e6cb821 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ - [x] 多账号、多任务、多线程支持 - [x] 单个任务多站点查询 - [x] 分布式运行 -- [ ] Docker 支持 +- [x] Docker 支持 - [ ] 邮件通知 - [ ] Web 管理页面 @@ -90,7 +90,7 @@ docker run --rm pjialin/py12306 cat /config/env.py > env.py curl https://raw.githubusercontent.com/pjialin/py12306/master/env.docker.py.example -o env.py ``` -**2. 修改好配置后运行 ** +**2. 修改好配置后运行** ```bash docker run -d -v $(pwd):/config -v py12306:/data pjialin/py12306 ``` @@ -108,4 +108,4 @@ docker run -d -v $(pwd):/config -v py12306:/data pjialin/py12306 ## License -[Apache License.](https://github.com/pjialin/py12306/blob/master/LICENSE) \ No newline at end of file +[Apache License.](https://github.com/pjialin/py12306/blob/master/LICENSE)