diff options
author | Jamie Nguyen <j@jamielinux.com> | 2018-07-16 11:10:31 +0100 |
---|---|---|
committer | Jamie Nguyen <j@jamielinux.com> | 2018-07-16 11:10:31 +0100 |
commit | 25f1c2edf98472fcfbb446956c2e1db41894dbbb (patch) | |
tree | 01665773d67538fa979ad1db66cb1a6593d24dc6 | |
parent | 5dd2d6d49e9eb6cb209443fa98127df068c8c916 (diff) | |
download | apache-25f1c2edf98472fcfbb446956c2e1db41894dbbb.tar.gz apache-25f1c2edf98472fcfbb446956c2e1db41894dbbb.tar.bz2 apache-25f1c2edf98472fcfbb446956c2e1db41894dbbb.tar.xz apache-25f1c2edf98472fcfbb446956c2e1db41894dbbb.zip |
Improve README
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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: |