Skip to content

Commit b99474a

Browse files
committed
Fix: Remove memlock as it caused problems for some users
1 parent 4c3beb6 commit b99474a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/Actions/Database/StartDragonfly.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ public function handle(StandaloneDragonfly $database)
4646
'networks' => [
4747
$this->database->destination->network,
4848
],
49-
'ulimits' => [
50-
'memlock' => '-1',
51-
],
5249
'labels' => [
5350
'coolify.managed' => 'true',
5451
],

0 commit comments

Comments
 (0)