mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 17:06:13 +02:00
Merge pull request #5393 from ryanbreen/ryanbreen-ulimit-fix
🐛 Fix ulimits format in devenv/docker-compose.yaml
This commit is contained in:
commit
1b20e496d4
1 changed files with 2 additions and 2 deletions
|
@ -125,5 +125,5 @@ services:
|
||||||
- "10636:10636"
|
- "10636:10636"
|
||||||
ulimits:
|
ulimits:
|
||||||
nofile:
|
nofile:
|
||||||
soft: "1024"
|
soft: 1024
|
||||||
hard: "1024"
|
hard: 1024
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue