Skip to content

Commit 22fc743

Browse files
authored
CBST-07: pw warning (#180)
* pw warning
1 parent 16eadc4 commit 22fc743

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/cli/src/docker_init.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,9 @@ pub fn handle_docker_init(config_path: String, output_dir: String) -> Result<()>
439439
// grafana
440440
if metrics_config.use_grafana {
441441
exposed_ports_warn.push("grafana has an exported port on 3000".to_string());
442+
exposed_ports_warn.push(
443+
"Grafana has the default admin password of 'admin'. Login to change it".to_string(),
444+
);
442445

443446
let grafana_data_volume =
444447
Volumes::Simple(format!("{}:/var/lib/grafana", GRAFANA_DATA_VOLUME));

0 commit comments

Comments
 (0)