fix(core): remove --remove-orphans flag from proxy startup command to prevent other proxy deletions (db)
This commit is contained in:
parent
773caf7fd5
commit
1e9a4aa5b6
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ public function handle(Server $server, bool $async = true, bool $force = false):
|
|||
" echo 'Successfully stopped and removed existing coolify-proxy.'",
|
||||
'fi',
|
||||
"echo 'Starting coolify-proxy.'",
|
||||
'docker compose up -d --remove-orphans',
|
||||
'docker compose up -d',
|
||||
"echo 'Successfully started coolify-proxy.'",
|
||||
]);
|
||||
$commands = $commands->merge(connectProxyToNetworks($server));
|
||||
|
|
|
|||
Loading…
Reference in a new issue