mirror of
https://github.com/penpot/penpot.git
synced 2026-03-19 17:03:44 +00:00
Merge pull request #5393 from ryanbreen/ryanbreen-ulimit-fix
🐛 Fix ulimits format in devenv/docker-compose.yaml
This commit is contained in:
@@ -125,5 +125,5 @@ services:
|
||||
- "10636:10636"
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: "1024"
|
||||
hard: "1024"
|
||||
soft: 1024
|
||||
hard: 1024
|
||||
|
||||
Reference in New Issue
Block a user