Skip to content

Commit fe7eaa5

Browse files
authored
Merge pull request coollabsio#2672 from coollabsio/next
v4.0.0-beta.303
2 parents 8335c29 + 5500a1e commit fe7eaa5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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)) {

config/sentry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
// The release version of your application
99
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
10-
'release' => '4.0.0-beta.302',
10+
'release' => '4.0.0-beta.303',
1111
// When left empty or `null` the Laravel environment will be used
1212
'environment' => config('app.env'),
1313

config/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
return '4.0.0-beta.302';
3+
return '4.0.0-beta.303';

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"coolify": {
33
"v4": {
4-
"version": "4.0.0-beta.302"
4+
"version": "4.0.0-beta.303"
55
}
66
}
77
}

0 commit comments

Comments
 (0)