0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

Merge pull request #5393 from ryanbreen/ryanbreen-ulimit-fix

🐛 Fix ulimits format in devenv/docker-compose.yaml
This commit is contained in:
Andrey Antukh 2024-11-29 10:22:29 +01:00 committed by GitHub
commit 1b20e496d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,5 +125,5 @@ services:
- "10636:10636"
ulimits:
nofile:
soft: "1024"
hard: "1024"
soft: 1024
hard: 1024