File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,10 @@ That's it :) you can access phpLDAPadmin on [https://localhost:6443](https://loc
4848Example script:
4949
5050 #!/bin/bash -e
51- docker run --name ldap-service --hostname ldap-service --detach osixia/openldap:1.1.1
51+ docker run --name ldap-service --hostname ldap-service --detach osixia/openldap:1.1.8
52+ docker run --name phpldapadmin-service --hostname phpldapadmin-service --link ldap-service:ldap-host --env PHPLDAPADMIN_LDAP_HOSTS=ldap-host --detach osixia/phpldapadmin:0.6.12
5253
53- docker run --name phpldapadmin-service --hostname phpldapadmin-service --link ldap-service:ldap-host --env PHPLDAPADMIN_LDAP_HOSTS=ldap-host --detach osixia/phpldapadmin:0.6.12
54-
55- PHPLDAP_IP=$(docker inspect -f "{{ .NetworkSettings.IPAddress }}" phpldapadmin-service)
54+ PHPLDAP_IP=$(docker inspect -f "{{ .NetworkSettings.IPAddress }}" phpldapadmin-service)
5655
5756 echo "Go to: https://$PHPLDAP_IP"
5857 echo "Login DN: cn=admin,dc=example,dc=org"
You can’t perform that action at this time.
0 commit comments