-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hello,
I tried to create a docker-compose.yml which merges openldap with lam. When I run it, it seems to be working but I can't login at 0.0.0.0:82. LAM screen says "LDAP error, server says:
(-1) Can't contact LDAP server". What am I missing?
I would be very happy if I can merge them.
version: '2'
services:
openldap:
image: mwaeckerlin/openldap
container_name: openldap_myproject
environment:
DOMAIN: "myproject.edu"
ORGANIZATION: "myproject-org"
PASSWORD: "admin"
DEBUG_LEVEL: "1"
tty: "1"
stdin_open: "1"
ports:
- "389:389"
- "636:636"
lam:
image: mwaeckerlin/lam
container_name: lam_myproject
ports:
- "82:80"
depends_on:
- openldap
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels