No description
config | ||
schema | ||
scripts | ||
docker-compose.yml | ||
Dockerfile | ||
README.md |
ldap-docker
Setup
- Edit
config/example.ldif
to your needs. - Edit
docker-compose.yml
to your needs. - Run
docker compose up
in this directory.
Use LDAPS
- Mount the directory containing the cert and key somewhere inside the container. (/container/certs for example)
- Uncomment lines 4-6 in the example.ldif
- If your cert and key are not named
fullchain.pem
andprivkey.pem
, adjust them in the config. - Restart the container on every cert renewal (using certsync for example).
- Expose port
636
.