fix wrong description

This commit is contained in:
Terry Chen 2015-08-11 18:35:17 +08:00
parent dd2fb1eb68
commit 3b5882e0a6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Base on Ubuntu, using Docker to construct your Apt mirror HTTP server
## Usage
```
docker run -d -P port_number:80 -v /path/your_mirror.list:/etc/apt/ seterrychen/apt-mirror-http-server
docker run -d -p port_number:80 -v /path/your_mirror.list:/etc/apt/ seterrychen/apt-mirror-http-server
```
If you don't provide mirror.list file, the program will use default setting.