mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Fix styling
This commit is contained in:
parent
e0a2e3bd0c
commit
2b6fc16637
1 changed files with 1 additions and 1 deletions
|
|
@ -839,7 +839,7 @@ class Service extends BaseModel
|
|||
$commands[] = "cd $workdir";
|
||||
|
||||
$json = Yaml::parse($this->docker_compose);
|
||||
foreach($json['services'] as $service => $config) {
|
||||
foreach ($json['services'] as $service => $config) {
|
||||
$envs = collect($config['environment']);
|
||||
$envs->push("COOLIFY_CONTAINER_NAME=$service-{$this->uuid}");
|
||||
data_set($json, "services.$service.environment", $envs->toArray());
|
||||
|
|
|
|||
Loading…
Reference in a new issue