Coding

Docker PHP 8 LAMP stack

Why not use the official php image that has httpd on it as a base? I.e. php:8.0.0-apache? Xdebug 3.0 has renamed the flags, but you are using old naming in xdebug.ini. ;xdebug.default_enable=1 ;xdebug.remote_enable=1 ;xdebug.remote_connect_back=1 ;xdebug.remote_port=9001 Read more…

By , ago