Hi, @k0fein
I will use lsphp80 as an example to set up a bind mount for php.ini.
1. Move/Copy the php.ini out of the litespeed folder, run the following commands from the host.
docker-compose exec litespeed su -c 'mv /usr/local/lsws/lsphp80/etc/php/8.0/litespeed/php.ini /usr/local/lsws/conf'...