Skip to content
Snippets Groups Projects
Commit 616aeef4 authored by Jens Sandmann's avatar Jens Sandmann
Browse files

ldap: phpldapadmin auskommentiert weil defekt siehe issue #13

parent 928592b1
No related branches found
No related tags found
No related merge requests found
......@@ -20,14 +20,14 @@ services:
- LDAP_READONLY_USER_USERNAME=readonly
- LDAP_READONLY_USER_PASSWORD="{{ ldap_readonly_pass }}"
phpldapadmin:
image: osixia/phpldapadmin:0.7.1
restart: always
depends_on:
- openldap
ports:
- 127.0.0.1:42004:80
environment:
- PHPLDAPADMIN_LDAP_HOSTS=openldap
- PHPLDAPADMIN_HTTPS=false
- PHPLDAPADMIN_TRUST_PROXY_SSL=true
# phpldapadmin:
# image: osixia/phpldapadmin:0.7.1
# restart: always
# depends_on:
# - openldap
# ports:
# - 127.0.0.1:42004:80
# environment:
# - PHPLDAPADMIN_LDAP_HOSTS=openldap
# - PHPLDAPADMIN_HTTPS=false
# - PHPLDAPADMIN_TRUST_PROXY_SSL=true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment