Skip to content

Commit

Permalink
refactor: Remove commented out code in Service model's saveComposeCon…
Browse files Browse the repository at this point in the history
…figs method
  • Loading branch information
andrasbacsai committed Jun 24, 2024
1 parent eb27e34 commit 5500a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ public function saveComposeConfigs()
} else {
$envs = collect($config['environment']);
}
$envs->put('COOLIFY_CONTAINER_NAME', "$service-{$this->uuid}");
// $envs->put('COOLIFY_CONTAINER_NAME', "$service-{$this->uuid}");
foreach ($envs_from_coolify as $env) {
$envs = $envs->map(function ($value) use ($env) {
if (str($value)->startsWith($env->key)) {
Expand Down

0 comments on commit 5500a1e

Please sign in to comment.