Skip to content

Commit

Permalink
Ops
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryDodzin committed Dec 29, 2024
1 parent 5a5d0e4 commit 8d89738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/cli/src/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ async fn create_runtime_command_with_sidecar<P: Progress + Send + Sync>(

runtime_command.add_envs(execution_info_env_without_connection_info);

let sidecar = Sidecar::create_intproxy(&config, &runtime_command, connection_info).await?;
let sidecar = Sidecar::create_intproxy(config, &runtime_command, connection_info).await?;

runtime_command.add_network(sidecar.as_network());
runtime_command.add_volumes_from(&sidecar.container_id);
Expand Down

0 comments on commit 8d89738

Please sign in to comment.