From f166144cf50ff68c04c4687ba70932486ac69fbe Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Thu, 13 Oct 2016 11:41:19 -0300 Subject: [PATCH] Add explanation in README on how to create a Basic Auth password file --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52ab6e4..bef3d44 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,11 @@ $ docker run -d -p 80:80 -p 443:443 \ jwilder/nginx-proxy ``` -You'll need apache2-utils on the machine where you plan to create the htpasswd file. Follow these [instructions](http://httpd.apache.org/docs/2.2/programs/htpasswd.html) +You'll need to create a password file for each virtualhost: + +```shell +docker run --rm -ti m31271n/htpasswd > htpasswd +``` ### Custom Nginx Configuration