Skip to content
Snippets Groups Projects
Commit ca86dad9 authored by void's avatar void
Browse files

phpldapadmin wieder aktiv

parent 0e08c684
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