Skip to content

Commit ab3e99e

Browse files
authored
[fix] ldap container can't run using local compose v2 (#1713)
solution: increase nofile ulimit No-Issue
1 parent 0f9aa51 commit ab3e99e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/standalone-ldap/docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ services:
1919
ports:
2020
- "10389:10389"
2121
- "10636:10636"
22+
ulimits:
23+
nofile:
24+
soft: 65536
25+
hard: 65536

0 commit comments

Comments
 (0)