fix(database): ensure internal port defaults correctly for unsupported database types in StartDatabaseProxy
This commit is contained in:
@@ -47,6 +47,7 @@ class StartDatabaseProxy
|
|||||||
if ($isSSLEnabled) {
|
if ($isSSLEnabled) {
|
||||||
$internalPort = match ($databaseType) {
|
$internalPort = match ($databaseType) {
|
||||||
'standalone-redis', 'standalone-keydb', 'standalone-dragonfly' => 6380,
|
'standalone-redis', 'standalone-keydb', 'standalone-dragonfly' => 6380,
|
||||||
|
default => $internalPort,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user