docker conflict resolved

This commit is contained in:
Stephan D
2025-12-05 05:50:34 +01:00
parent 980bb96c74
commit 98f254e34b
3 changed files with 4 additions and 4 deletions

View File

@@ -163,7 +163,7 @@ func (i *Imp) loadConfig() (*config, error) {
}
if cfg.Metrics == nil {
cfg.Metrics = &grpcapp.MetricsConfig{Address: ":9404"}
cfg.Metrics = &grpcapp.MetricsConfig{Address: ":9405"}
}
return cfg, nil