From 90e66b78e605b3b09406b3437b1d2e7071c12759 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:38:36 +0200 Subject: [PATCH] new compose command --- arbitrum-fullnode.prune | 2 +- arbitrum-nova-fullnode.prune | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arbitrum-fullnode.prune b/arbitrum-fullnode.prune index 9792f099..a65bb4fd 100644 --- a/arbitrum-fullnode.prune +++ b/arbitrum-fullnode.prune @@ -12,7 +12,7 @@ sed -i '/command:/a \ \ - --init.prune=full' "$BASEPATH/arbitrum-fullnode.ym echo "$(cat $BASEPATH/arbitrum-fullnode.yml)" -docker-compose --project-directory "$BASEPATH" up -d +docker compose --project-directory "$BASEPATH" up -d while true; do # Execute SSH command and extract the answer diff --git a/arbitrum-nova-fullnode.prune b/arbitrum-nova-fullnode.prune index bbab0e1e..72004995 100644 --- a/arbitrum-nova-fullnode.prune +++ b/arbitrum-nova-fullnode.prune @@ -14,7 +14,7 @@ sed -i '/command:/a \ \ - --init.prune=full' "$BASEPATH/$COMPOSE_NAME.yml" echo "$(cat $BASEPATH/$COMPOSE_NAME.yml)" -docker-compose --project-directory "$BASEPATH" up -d +docker compose --project-directory "$BASEPATH" up -d while true; do # Execute SSH command and extract the answer