I cant create the first time admin user when during installation

Below is the error message when run the script to create the admin user.

2024-12-03 09:17:17 error: [Cake\Database\Exception\DatabaseException] SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘passbolt.users’ doesn’t exist in /usr/share/php/passbolt/vendor/cakephp/cakephp/src/Database/Schema/Collection.php on line 160
Caused by: [PDOException] SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘passbolt.users’ doesn’t exist in /usr/share/php/passbolt/vendor/cakephp/cakephp/src/Database/Statement/MysqlStatement.php on line 39

docker compose -f docker-compose-pro.yaml
exec passbolt su -m -c “/usr/share/php/passbolt/bin/cake
passbolt register_user
-u YOUR_EMAIL
-f YOUR_NAME
-l YOUR_LASTNAME
-r admin” -s /bin/sh www-data