更改openldap使用默认的389端口

This commit is contained in:
eryajf 2024-04-16 22:11:27 +08:00
parent ca3cff5838
commit 0f6c3f6369
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@ services:
- ./data/openldap/database:/var/lib/ldap - ./data/openldap/database:/var/lib/ldap
- ./data/openldap/config:/etc/ldap/slapd.d - ./data/openldap/config:/etc/ldap/slapd.d
ports: ports:
- 388:389 - 389:389
networks: networks:
- go-ldap-admin - go-ldap-admin