mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
Add port mappings for postgresql
Able to add init scripts fro postgresql
This commit is contained in:
@@ -23,7 +23,6 @@ class DatabaseController extends Controller
|
||||
if (!$database) {
|
||||
return redirect()->route('dashboard');
|
||||
}
|
||||
ray($database->persistentStorages()->get());
|
||||
return view('project.database.configuration', ['database' => $database]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user