forked from data.coop/ansible
Bump OpenLDAP to 1.5.0 and phpLDAPAdmin to 0.9.0
This commit is contained in:
parent
e64c858df8
commit
682e205c0b
|
@ -17,7 +17,7 @@
|
|||
- name: openLDAP container
|
||||
docker_container:
|
||||
name: openldap
|
||||
image: osixia/openldap:1.2.2
|
||||
image: osixia/openldap:1.5.0
|
||||
tty: true
|
||||
interactive: true
|
||||
volumes:
|
||||
|
@ -57,7 +57,7 @@
|
|||
- name: phpLDAPadmin container
|
||||
docker_container:
|
||||
name: phpldapadmin
|
||||
image: osixia/phpldapadmin:latest
|
||||
image: osixia/phpldapadmin:0.9.0
|
||||
networks:
|
||||
- name: external_services
|
||||
- name: ldap
|
||||
|
|
Loading…
Reference in a new issue