Skip to content

Instantly share code, notes, and snippets.

@vspedr
Created July 11, 2019 19:38
Show Gist options
  • Save vspedr/324c8f453bb2733aa5ce32b97aa92afd to your computer and use it in GitHub Desktop.
Save vspedr/324c8f453bb2733aa5ce32b97aa92afd to your computer and use it in GitHub Desktop.
docker openldap
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