From 25f1c2edf98472fcfbb446956c2e1db41894dbbb Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Mon, 16 Jul 2018 11:10:31 +0100 Subject: Improve README --- README.md | 7 ++++--- 1 file 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: -- cgit v1.2.1