Created
July 11, 2019 19:38
-
-
Save vspedr/324c8f453bb2733aa5ce32b97aa92afd to your computer and use it in GitHub Desktop.
docker openldap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -d --restart unless-stopped --name openldap \ | |
-p 389:389 \ | |
-e DEBUG_LEVEL=1 \ | |
-e DOMAIN=my-company.com \ | |
-e ORGANIZATION="My Company" \ | |
-e PASSWORD=1234 \ | |
mwaeckerlin/openldap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment