Skip to content

Commit

Permalink
[fix] ldap container can't run using local compose v2 (ansible#1713)
Browse files Browse the repository at this point in the history
solution: increase nofile ulimit

No-Issue
  • Loading branch information
rochacbruno authored Feb 15, 2024
1 parent 0f9aa51 commit ab3e99e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/standalone-ldap/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ services:
ports:
- "10389:10389"
- "10636:10636"
ulimits:
nofile:
soft: 65536
hard: 65536

0 comments on commit ab3e99e

Please sign in to comment.