Skip to content

Connecting  #2

@ghost

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions