fix(core): remove --remove-orphans flag from proxy startup command to prevent other proxy deletions (db)

This commit is contained in:
Andras Bacsai
2025-02-03 21:24:27 +01:00
parent 773caf7fd5
commit 1e9a4aa5b6

View File

@@ -57,7 +57,7 @@ class StartProxy
" 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));