Update readme with build command

This commit is contained in:
Brian Lycett 2018-11-01 13:49:09 +00:00
parent 3b65ba3719
commit 8ad5e4acea

View File

@ -8,6 +8,8 @@ Quick start
--- ---
``` ```
docker build -t lum .
docker run \ docker run \
--detach \ --detach \
--name=lum \ --name=lum \
@ -20,7 +22,7 @@ docker run \
-e LDAP_ADMINS_GROUP=admins \ -e LDAP_ADMINS_GROUP=admins \
-e LDAP_ADMIN_BIND_DN="cn=admin,dc=example,dc=com" \ -e LDAP_ADMIN_BIND_DN="cn=admin,dc=example,dc=com" \
-e LDAP_ADMIN_BIND_PWD=secret\ -e LDAP_ADMIN_BIND_PWD=secret\
otrl/ldap-user-manager lum
``` ```
Now go to https://lum.example.com/setup. Now go to https://lum.example.com/setup.