fix wrong description
This commit is contained in:
parent
dd2fb1eb68
commit
3b5882e0a6
|
|
@ -4,7 +4,7 @@ Base on Ubuntu, using Docker to construct your Apt mirror HTTP server
|
||||||
|
|
||||||
## Usage
|
## 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.
|
If you don't provide mirror.list file, the program will use default setting.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue