Skip to content

Commit

Permalink
Updated to phpmyadmin 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
valdar committed Jul 30, 2018
1 parent 0886659 commit 43e1bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
jboss-*
Docker*
*~
rhf-*
2 changes: 1 addition & 1 deletion fuseLdap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ set -e
docker run -t -i -p 389:389 -e SERVER_NAME=ldap.my-compagny.com --name openldap -d valdar/ldapfuseusers:1.0.0
# assign ip addresses to env variable, despite they should be constant on the same machine across sessions
IP_LDAP=$(docker inspect --format '{{ .NetworkSettings.IPAddress }}' openldap)
docker run -t -i -p 443:443 -e PHPLDAPADMIN_LDAP_HOSTS=$IP_LDAP --name phpldapadmin -d osixia/phpldapadmin:0.6.8
docker run -t -i -p 6443:443 -e PHPLDAPADMIN_LDAP_HOSTS=$IP_LDAP --name phpldapadmin -d osixia/phpldapadmin:0.6.9
docker run -d -t -i $EXPOSE_PORTS --name root fuse6.2.1

# assign ip addresses to env variable, despite they should be constant on the same machine across sessions
Expand Down

0 comments on commit 43e1bfb

Please sign in to comment.