Skip to content

Instantly share code, notes, and snippets.

@Wildcarde
Wildcarde / docker-compose.yaml
Last active August 21, 2024 18:09
A quick docker compose for setting up openldap and ldap-ui behind traefik using tls termination for LDAPS
version: '2'
services:
ldap:
image: bitnami/openldap:2.6
env_file: .env
networks:
- default
- proxy
ports:
- 1389:1389