Update Docker command in InstallLogDrain.php
This commit is contained in:
parent
b210e1f243
commit
9eea73cefb
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ public function handle(Server $server)
|
|||
}
|
||||
$restart_command = [
|
||||
"echo 'Stopping old Fluent Bit'",
|
||||
"cd $config_path && docker rm -f coolify-log-drain || true",
|
||||
"cd $config_path && docker compose down --remove-orphans || true",
|
||||
"echo 'Starting Fluent Bit'",
|
||||
"cd $config_path && docker compose up -d --remove-orphans",
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue