Replies: 1 comment
-
Indeed, xdebug should work in PHP 8.1 as well. Could you try pulling ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been running
php-80-fpm-dev
for quite some time and have had Xdebug working without issues. I am now attempting to update myDockerfile
anddocker-compose-yml
to point tobref/php-81-fpm-dev
andbref/php-81-fpm-dev:1.7.24
, respectively.When I run
docker-compose up --build
the container builds, but I see this error:It's my understanding that all of the dev images come with Xdebug installed and as I said above, Xdebug works when I use
php-80-fpm-dev
. Any ideas of what could be happening here?Beta Was this translation helpful? Give feedback.
All reactions