Skip to content

Commit

Permalink
CBST-07: pw warning (#180)
Browse files Browse the repository at this point in the history
* pw warning
  • Loading branch information
ltitanb authored Nov 22, 2024
1 parent 16eadc4 commit 22fc743
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/cli/src/docker_init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,9 @@ pub fn handle_docker_init(config_path: String, output_dir: String) -> Result<()>
// grafana
if metrics_config.use_grafana {
exposed_ports_warn.push("grafana has an exported port on 3000".to_string());
exposed_ports_warn.push(
"Grafana has the default admin password of 'admin'. Login to change it".to_string(),
);

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

0 comments on commit 22fc743

Please sign in to comment.