summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Nguyen <j@jamielinux.com>2018-07-16 11:10:31 +0100
committerJamie Nguyen <j@jamielinux.com>2018-07-16 11:10:31 +0100
commit25f1c2edf98472fcfbb446956c2e1db41894dbbb (patch)
tree01665773d67538fa979ad1db66cb1a6593d24dc6
parent5dd2d6d49e9eb6cb209443fa98127df068c8c916 (diff)
downloadapache-25f1c2edf98472fcfbb446956c2e1db41894dbbb.tar.gz
apache-25f1c2edf98472fcfbb446956c2e1db41894dbbb.tar.bz2
apache-25f1c2edf98472fcfbb446956c2e1db41894dbbb.tar.xz
apache-25f1c2edf98472fcfbb446956c2e1db41894dbbb.zip
Improve README
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 056e491..9bab72f 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ services:
We recommend you use a reverse proxy (eg, Traefik) to handle SSL certificates.
-If you're happy with a self-signed certificate, you can specify `-e
+If you're happy with a self-signed SSL certificate, specify `-e
SSL_CERT=selfsigned` and the container will generate one for you.
```
@@ -69,8 +69,9 @@ docker run --restart always -v /srv/dav:/var/lib/dav \
### Authenticate multiple clients
-Specifying `USERNAME` and `PASSWORD` only supports a single user. Bind mount
-your own file to `/user.passwd` and the container will use that instead.
+Specifying `USERNAME` and `PASSWORD` only supports a single user. If you want
+to have lots of different logins for various users, bind mount your own file to
+`/user.passwd` and the container will use that instead.
If using `Basic` authentication, run the following commands: