fix(constants): update official service template URL to point to the v4.x branch for accuracy
This commit is contained in:
parent
2500c264c1
commit
b237035051
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
'services' => [
|
||||
// Temporary disabled until cache is implemented
|
||||
// 'official' => 'https://cdn.coollabs.io/coolify/service-templates.json',
|
||||
'official' => 'https://raw.githubusercontent.com/coollabsio/coolify/main/templates/service-templates-latest.json',
|
||||
'official' => 'https://raw.githubusercontent.com/coollabsio/coolify/v4.x/templates/service-templates-latest.json',
|
||||
'file_name' => 'service-templates-latest.json',
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue