Compare commits
1 Commits
95d953cf13
...
feature/ph
| Author | SHA1 | Date | |
|---|---|---|---|
| 38b1dd0f4d |
11
compose.yaml
11
compose.yaml
@@ -115,6 +115,17 @@ services:
|
|||||||
- '${LDAP_ADMIN_PASSWORD:-adminpassword}'
|
- '${LDAP_ADMIN_PASSWORD:-adminpassword}'
|
||||||
retries: 3
|
retries: 3
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
|
phpldapadmin:
|
||||||
|
image: 'osixia/phpldapadmin:latest'
|
||||||
|
ports:
|
||||||
|
- '${FORWARD_PHPLDAPADMIN_PORT:-8085}:80'
|
||||||
|
environment:
|
||||||
|
PHPLDAPADMIN_LDAP_HOSTS: openldap
|
||||||
|
PHPLDAPADMIN_HTTPS: 'false'
|
||||||
|
networks:
|
||||||
|
- sail
|
||||||
|
depends_on:
|
||||||
|
- openldap
|
||||||
networks:
|
networks:
|
||||||
sail:
|
sail:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
|||||||
Reference in New Issue
Block a user