mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix ulimits format in docker-compose.yaml
ulimit nofile format is expected to be int, not string Signed-off-by: Ryan Breen <rbreen@getfastr.com>
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