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:
Andras Bacsai 2024-09-30 12:18:38 +02:00 committed by GitHub
commit 88c2b1e841
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,9 +46,6 @@ public function handle(StandaloneDragonfly $database)
'networks' => [
$this->database->destination->network,
],
'ulimits' => [
'memlock' => '-1',
],
'labels' => [
'coolify.managed' => 'true',
],