Skip to content

Instantly share code, notes, and snippets.

@marcelmaatkamp
Created November 24, 2015 08:43
Show Gist options
  • Save marcelmaatkamp/217f8a6d1f9d67c92236 to your computer and use it in GitHub Desktop.
Save marcelmaatkamp/217f8a6d1f9d67c92236 to your computer and use it in GitHub Desktop.
volumes:
image: tianon/true
volumes:
- "./volumes/ldap/:/var/lib/ldap"
# https://github.com/osixia/docker-openldap
ldap:
image: osixia/openldap
volumes_from:
- "volumes"
# https://github.com/osixia/docker-phpLDAPadmin
webldap:
image: osixia/phpldapadmin
environment:
PHPLDAPADMIN_LDAP_HOSTS: ldap
links:
- ldap
ports:
- "443:443"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment