From cf0a22847b3d932c6a057ec34cb2efaea76ea8ea Mon Sep 17 00:00:00 2001 From: braicbraic <109814055+braicbraic@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:44:05 +0100 Subject: [PATCH] Update bootstrap.sh i changed docker compose to docker--compose because of docker issues --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 59f113a..3b61964 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -678,7 +678,7 @@ compose_up() { fi fi - docker compose -f $compose_files up --pull always -d --wait + docker--compose -f $compose_files up --pull always -d --wait if [[ $? -ne 0 ]]; then echo "Error: Docker Compose failed to start." @@ -1095,4 +1095,4 @@ compose_up cd "$init_pwd" || return echo -e "Congratulations! Your $(gum style --foreground "$main_color" "nesa") node was successfully bootstrapped!" -# set +x \ No newline at end of file +# set +x