Skip to content

Commit 0b62051

Browse files
authored
[docker-compose] Update LDAP port in docker-compose to be compatible with Podman (#14634)
1 parent 89cedb2 commit 0b62051

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opencti-platform/opencti-dev/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ In SSO configuration:
184184
"ldap": {
185185
"strategy": "LdapStrategy",
186186
"config": {
187-
"url": "ldap://localhost:389",
187+
"url": "ldap://localhost:1389",
188188
"bind_dn": "dc=mokapi,dc=io",
189189
"search_base": "ou=people,dc=mokapi,dc=io",
190190
"group_search_base": "ou=groups,dc=mokapi,dc=io",

opencti-platform/opencti-dev/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ services:
182182
- "./mock-api:/share"
183183
ports:
184184
- "8090:80"
185-
- "389:389"
185+
- "1389:389"
186186
- "9080:8080"
187187

188188
volumes:

0 commit comments

Comments
 (0)