Not able to login with default login credentials

@eranu I was able to get it working by doing following

  1. In the Docker file under folder billrun-php74 I change
`pecl install xdebug` to `pecl install xdebug-3.1.5`
  1. Rebuild the Images
docker-compose -f docker-compose-php74.yml build
  1. The build was successful and the application was accessible at http://localhost:8074

  2. I was also able to log in with default credentials

username: admin
password: 12345678