From a938c7f1449f698628b42d02fccd408f8fac7122 Mon Sep 17 00:00:00 2001 From: kongkrit <45794368+kongkrit@users.noreply.github.com> Date: Thu, 2 Jan 2020 16:09:45 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77abcbd..3e59b49 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Using Docker to construct your APT(Advanced Packaging Tools) mirror HTTP server. ``` docker run -d \ - -v /path/data:/var/spool/apt-mirror \ - -p 8080:80 seterrychen/apt-mirror-http-server + -v /path/data:/var/www/html/ubuntu \ + -p 8080:80 kongkrit/apt-mirror-http-server ``` * `-v /path/data`: the path which you want to store data