revert validateCompose until further investigation

This commit is contained in:
Andras Bacsai
2024-03-14 19:15:30 +01:00
parent de4d0961da
commit f994f83ce1
5 changed files with 12 additions and 5 deletions

View File

@@ -558,6 +558,7 @@ function convert_docker_run_to_compose(?string $custom_docker_run_options = null
}
function validateComposeFile(string $compose, int $server_id): string|Throwable {
return 'OK';
try {
$uuid = Str::random(10);
$server = Server::findOrFail($server_id);