Skip to content

Commit 674b045

Browse files
committed
version
1 parent 582e905 commit 674b045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Example script:
2525
#!/bin/bash -e
2626

2727
# Run a ldap server, save the container id in LDAP_CID and get its IP:
28-
LDAP_CID=$(docker run -h ldap.example.org -d osixia/openldap:1.0.0)
28+
LDAP_CID=$(docker run -h ldap.example.org -d osixia/openldap:1.0.1)
2929
LDAP_IP=$(docker inspect -f "{{ .NetworkSettings.IPAddress }}" $LDAP_CID)
3030

3131
# Run phpLDAPadmin and set ldap host to ldap ip
32-
PHPLDAP_CID=$(docker run -h phpldapadmin.example.org -e PHPLDAPADMIN_LDAP_HOSTS=$LDAP_IP -d osixia/phpldapadmin:0.6.0)
32+
PHPLDAP_CID=$(docker run -h phpldapadmin.example.org -e PHPLDAPADMIN_LDAP_HOSTS=$LDAP_IP -d osixia/phpldapadmin:0.6.1)
3333

3434
# We get phpLDAPadmin container ip
3535
PHPLDAP_IP=$(docker inspect -f "{{ .NetworkSettings.IPAddress }}" $PHPLDAP_CID)

0 commit comments

Comments
 (0)