Cronjob php file

Hi,

Today I start with Hestia and I try to activate the cronjob running every 5 minutes.
Its a PHP file, so I start with: /usr/bin/php /web/domain.com/public_html/file.php but no result…
What is the correct PHP8.2 path to get this working?
Ubuntu server 22.04
Hestia: v1.8.7

Use

/usr/bin/php8.2 /home/user/web/domain.com/public_html/file.php