Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
py12306
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
python
py12306
Commits
89c7e2b0
Commit
89c7e2b0
authored
Jan 18, 2019
by
brucedone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix the readme typo
parent
1ff1676f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
89c7e2b0
...
...
@@ -87,7 +87,7 @@ python main.py
## Docker 使用
**1. 将配置文件下载到本地**
*
**1. 将配置文件下载到本地**
```
bash
docker run
--rm
pjialin/py12306
cat
/config/env.py
>
env.py
# 或
...
...
@@ -101,7 +101,7 @@ docker run --rm --name py12306 -p 8008:8008 -d -v $(pwd):/config -v py12306:/dat
当前目录会多一个 12306.log 的日志文件,
`tail -f 12306.log`
## Docker-compose 使用
**1. 在py12306目录下创建config目录**
*
**1. 在py12306目录下创建config目录**
```
mkdir config```
**2. 修改配置文件**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment