0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -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:
Andrey Antukh 2024-08-14 12:57:09 +02:00 committed by GitHub
commit 380ead2ad6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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