Merge pull request #3609 from peaklabs-dev/fix-2185
Fix: Remove memlock from dragonfly DB as it caused problems for some users
This commit is contained in:
commit
88c2b1e841
1 changed files with 0 additions and 3 deletions
|
|
@ -46,9 +46,6 @@ public function handle(StandaloneDragonfly $database)
|
||||||
'networks' => [
|
'networks' => [
|
||||||
$this->database->destination->network,
|
$this->database->destination->network,
|
||||||
],
|
],
|
||||||
'ulimits' => [
|
|
||||||
'memlock' => '-1',
|
|
||||||
],
|
|
||||||
'labels' => [
|
'labels' => [
|
||||||
'coolify.managed' => 'true',
|
'coolify.managed' => 'true',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue