At the moment when you try to setup OPENY system throws fatal error from drupal/migrate_tools on PHP 8.1. Docksal sets up latest CLI container with PHP 8.1 because CLI_IMAGE is not defined in docksal.env file.
Possible solutions:
Temporary solution:
- define CLI_IMAGE="docksal/cli:php8.0-edge" in the docksal-local.env and then run fin init
At the moment when you try to setup OPENY system throws fatal error from drupal/migrate_tools on PHP 8.1. Docksal sets up latest CLI container with PHP 8.1 because CLI_IMAGE is not defined in docksal.env file.
Possible solutions:
Temporary solution: