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

LDAP: config fix der umstellung auf variable

parent 38792893
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,8 @@
LDAP_READONLY_USER_USERNAME: readonly
LDAP_READONLY_USER_PASSWORD: "{{ ldap_readonly_pass }}"
ports:
- {{ ldap_ip_ext }}:389:389
- {{ ldap_ip_ext }}:636:636
- "{{ ldap_ip_ext }}:389:389"
- "{{ ldap_ip_ext }}:636:636"
- name: start phpldapadmin docker
docker_container:
......
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