Skip to content

Commit 88c2b1e

Browse files
authored
Merge pull request coollabsio#3609 from peaklabs-dev/fix-2185
Fix: Remove memlock from dragonfly DB as it caused problems for some users
2 parents f46fd88 + b99474a commit 88c2b1e

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)