Compare commits
4 Commits
feature/ph
...
2b9b2fd32d
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b9b2fd32d | |||
| 35f3af9efe | |||
| 95d953cf13 | |||
| d2f7812432 |
11
compose.yaml
11
compose.yaml
@@ -115,17 +115,6 @@ 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