@eranu I was able to get it working by doing following
- In the Docker file under folder
billrun-php74I change
`pecl install xdebug` to `pecl install xdebug-3.1.5`
- Rebuild the Images
docker-compose -f docker-compose-php74.yml build
-
The build was successful and the application was accessible at
http://localhost:8074 -
I was also able to log in with default credentials
username: admin
password: 12345678