We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb27e34 commit 5500a1eCopy full SHA for 5500a1e
app/Models/Service.php
@@ -847,7 +847,7 @@ public function saveComposeConfigs()
847
} else {
848
$envs = collect($config['environment']);
849
}
850
- $envs->put('COOLIFY_CONTAINER_NAME', "$service-{$this->uuid}");
+ // $envs->put('COOLIFY_CONTAINER_NAME', "$service-{$this->uuid}");
851
foreach ($envs_from_coolify as $env) {
852
$envs = $envs->map(function ($value) use ($env) {
853
if (str($value)->startsWith($env->key)) {
0 commit comments