Skip to content

Commit 5500a1e

Browse files
committed
refactor: Remove commented out code in Service model's saveComposeConfigs method
1 parent eb27e34 commit 5500a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/Service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ public function saveComposeConfigs()
847847
} else {
848848
$envs = collect($config['environment']);
849849
}
850-
$envs->put('COOLIFY_CONTAINER_NAME', "$service-{$this->uuid}");
850+
// $envs->put('COOLIFY_CONTAINER_NAME', "$service-{$this->uuid}");
851851
foreach ($envs_from_coolify as $env) {
852852
$envs = $envs->map(function ($value) use ($env) {
853853
if (str($value)->startsWith($env->key)) {

0 commit comments

Comments
 (0)