From 5b02d6250b1f7826acdffef3d608270b96ce6900 Mon Sep 17 00:00:00 2001 From: kongkrit <45794368+kongkrit@users.noreply.github.com> Date: Sat, 4 Jan 2020 11:21:14 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a39cca..25ef831 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Using Docker to construct your APT(Advanced Packaging Tools) mirror HTTP server. ``` docker run -d \ -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