mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 11:59:17 -05:00
Merge pull request #4994 from penpot/superalex-make-explicit-test-openldap-devenv-docker-ulimits
✨ Make explicit test-openldap devenv docker ulimits
This commit is contained in:
commit
380ead2ad6
1 changed files with 4 additions and 0 deletions
|
@ -125,3 +125,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "10389:10389"
|
- "10389:10389"
|
||||||
- "10636:10636"
|
- "10636:10636"
|
||||||
|
ulimits:
|
||||||
|
nofile:
|
||||||
|
soft: "1024"
|
||||||
|
hard: "1024"
|
Loading…
Add table
Reference in a new issue