Skip to content

Commit

Permalink
add phpldapadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Jan 8, 2020
1 parent 38346f3 commit b2dbcba
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@ services:
depends_on:
- ldap

phpldapadmin:
container_name: ldap-webgui-admin
image: osixia/phpldapadmin:0.7.0
ports:
- "6443:443"
networks:
- default
environment:
- PHPLDAPADMIN_LDAP_HOSTS=ldap
- PHPLDAPADMIN_LDAP_CLIENT_TLS=false
depends_on:
- ldap


volumes:
db:
Expand Down

0 comments on commit b2dbcba

Please sign in to comment.