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

Container not reachable from extern #14

Open
JanoschDeurer opened this issue Sep 15, 2016 · 0 comments
Open

Container not reachable from extern #14

JanoschDeurer opened this issue Sep 15, 2016 · 0 comments

Comments

@JanoschDeurer
Copy link

I started the container and it works fine when i link it to the phpldapadmin container. I also published port 389 to make it reachable for every container. However if I'm trying to connect to the ldap server form extern of form another container I get no response. This is my docker-compose file:

ldap:
  image: dinkel/openldap
  volumes:
   - ./volumes/ldap/etc_ldap:/etc/ldap
   - ./volumes/ldap/var_lib_ldap:/var/lib/ldap
  environment:
   - SLAPD_PASSWORD=<pw>
   - SLAPD_DOMAIN=<domain>
   - SLAPD_ORGANIZATION=<organization>
  ports:
   - "389:389"
phpldapadmin:
  image: dinkel/phpldapadmin
  links:
   - ldap:openldap
  environment:
   - VIRTUAL_HOST=<domain reverseproxy>
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

1 participant