put back phpldapadmin

This commit is contained in:
2020-06-12 23:32:10 +10:00
parent 69645cdf5e
commit a8fc37a40a

View File

@@ -204,6 +204,17 @@ services:
- "389:389"
- "636:636"
phpldapadmin:
image: osixia/phpldapadmin:latest
container_name: phpldapadmin
environment:
PHPLDAPADMIN_LDAP_HOSTS: "openldap"
PHPLDAPADMIN_HTTPS: "false"
ports:
- "38900:80"
depends_on:
- openldap
# webmail (server)
isotope-server:
image: marcnuri/isotope:server-latest