Sh: 1: /usr/local/php81/bin/php: not found

Hey,

i tried to install the newest neos version in a docker container and deployed it via. deployer on a webserver.

My Webserver is on php 81 and after i set up the Settins.yaml with
core:
phpBinaryPathAndFilename: ‘/usr/bin/php81’

i got redirected to “setup/index” where i got this is error where i’ve no clue how to fix it.

sh: 1: /usr/local/php81/bin/php: not found

Can someone give me a hint how to complete the setup process?

Thanks.