Update README.md

This commit is contained in:
kongkrit 2020-01-04 11:21:14 +07:00 committed by GitHub
parent 72bfafa316
commit 5b02d6250b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Using Docker to construct your APT(Advanced Packaging Tools) mirror HTTP server.
``` ```
docker run -d \ docker run -d \
-v /path/data:/var/www/html/ \ -v /path/data:/var/www/html/ \
-p 8080:80 kongkrit/apt-mirror-http-server -p 8080:80 kongkrit/apt-mirror-apache2
``` ```
* `-v /path/data`: the path which you want to store data * `-v /path/data`: the path which you want to store data