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