Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do define ldap port number in docker-compose environment section? #94

Open
benisai opened this issue Feb 8, 2022 · 1 comment
Open

Comments

@benisai
Copy link

benisai commented Feb 8, 2022

Hello, my ldap is on a non standard port. How do I define this port in my docker-compose file?

@KleyLima
Copy link

KleyLima commented Mar 14, 2022

I was struggling with this too. I manage with this config:

phpldapadmin:
    restart: unless-stopped
    image: osixia/phpldapadmin:0.9.0
    environment:
      PHPLDAPADMIN_LDAP_HOSTS: ""#PYTHON2BASH:[{'YOUR_HOST': [{'server': [{'tls': False}, {'port': YOUR_PORT}]}]}]""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants