Skip to content

Commit ab891e3

Browse files
committed
chore: rolled back unwanted change
1 parent 564fa53 commit ab891e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caribic/src/start.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ pub fn start_local_cardano_services(cardano_dir: &Path) -> Result<(), Box<dyn st
424424
script_stop_args.append(&mut services.clone());
425425
execute_script(cardano_dir, "docker", script_stop_args, None)?;
426426

427-
let mut script_start_args = vec!["compose", "up", "-u", "1000:1000", "-d"];
427+
let mut script_start_args = vec!["compose", "up", "-d"];
428428
script_start_args.append(&mut services);
429429
execute_script(cardano_dir, "docker", script_start_args, None)?;
430430
Ok(())

0 commit comments

Comments
 (0)