ldpa commit 2

This commit is contained in:
Mateusz Gruszczyński
2026-07-25 20:55:30 +02:00
parent fcf7910f28
commit c24ebc4be7
7 changed files with 48 additions and 29 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ services:
LDAP_CONFIG_PASSWORD: config
LDAP_TLS: "false"
ports:
- "12389:389"
- "10.87.2.6:389:389"
volumes:
- ./bootstrap:/container/service/slapd/assets/config/bootstrap/ldif/custom:ro
command: --copy-service
@@ -23,6 +23,6 @@ services:
PHPLDAPADMIN_LDAP_HOSTS: ldap
PHPLDAPADMIN_HTTPS: "false"
ports:
- "12390:80"
- "10.87.2.6:8088:80"
depends_on:
- ldap