Fix: Remove memlock as it caused problems for some users

This commit is contained in:
peaklabs-dev
2024-09-27 17:38:34 +02:00
parent 4c3beb6715
commit b99474ac73

View File

@@ -46,9 +46,6 @@ class StartDragonfly
'networks' => [ 'networks' => [
$this->database->destination->network, $this->database->destination->network,
], ],
'ulimits' => [
'memlock' => '-1',
],
'labels' => [ 'labels' => [
'coolify.managed' => 'true', 'coolify.managed' => 'true',
], ],