0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-07 23:08:24 -05:00

Make explicit test-openldap devenv docker ulimits

This commit is contained in:
Alejandro Alonso 2024-08-14 11:07:00 +02:00
parent 924c1d60f9
commit 3df45d697d

View file

@ -125,3 +125,7 @@ services:
ports:
- "10389:10389"
- "10636:10636"
ulimits:
nofile:
soft: "1024"
hard: "1024"