mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: services env values should be sensitive
This commit is contained in:
parent
ab819c6b9d
commit
458cd96ac8
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ class ServicesController extends Controller
|
|||
$service->makeHidden([
|
||||
'docker_compose_raw',
|
||||
'docker_compose',
|
||||
'value',
|
||||
'real_value',
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue