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

ldap: openldap auf 1.1.10 / phpldapadmin auf 0.7.1 angehoben

parent 7a80e9e3
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ version: "3" ...@@ -4,7 +4,7 @@ version: "3"
services: services:
openldap: openldap:
image: osixia/openldap:1.1.6 image: osixia/openldap:1.1.10
restart: always restart: always
ports: ports:
- "{{ ldap_ip_ext }}:389:389" - "{{ ldap_ip_ext }}:389:389"
...@@ -21,7 +21,7 @@ services: ...@@ -21,7 +21,7 @@ services:
- LDAP_READONLY_USER_PASSWORD="{{ ldap_readonly_pass }}" - LDAP_READONLY_USER_PASSWORD="{{ ldap_readonly_pass }}"
phpldapadmin: phpldapadmin:
image: osixia/phpldapadmin:0.6.11 image: osixia/phpldapadmin:0.7.1
restart: always restart: always
depends_on: depends_on:
- openldap - openldap
......
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