We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493d208 commit 53c9935Copy full SHA for 53c9935
components/supervisor/pkg/ports/ports.go
@@ -412,6 +412,7 @@ func (pm *Manager) nextState(ctx context.Context) map[uint32]*managedPort {
412
var public bool
413
config, kind, exists := pm.configs.Get(mp.LocalhostPort)
414
if exists {
415
+ // Handling configurations of port ranges
416
mp.Name = config.Name
417
mp.Description = config.Description
418
mp.OnExposed = getOnExposedAction(config, mp.LocalhostPort)
0 commit comments