docker-compose-lamp icon indicating copy to clipboard operation
docker-compose-lamp copied to clipboard

A basic LAMP stack environment built using Docker Compose.

Results 54 docker-compose-lamp issues
Sort by recently updated
recently updated
newest added

I have a problem with write permission on /var/www/html directory. ``` Warning: file_put_contents(aaa.txt): failed to open stream: Permission denied in /var/www/html/index.php on line 69 ``` How can I fix it?

Hello, thank you for this docker. just a small problem I migrated the docker from windows (docker desktop) to synology I had a problem with the ips but that's fixed...

**Describe the bug** The environment variable APACHE_DOCUMENT_ROOT is ignored, instead the default `/var/www/html` value is used. **which Branch / PHP Version are you using ?** php81 **Steps to reproduce** Steps...

**Describe the bug** Xdebug does not work when trying to debug the php application. **which Branch / PHP Version are you using ?** php8 **Steps to reproduce** Steps to reproduce...

Added functionality , to parse *.cnf files to the container **Usage** add a .cnf file to you mysql version of choice and add your custom parameters like eg ``` [mysqld]...

Kindly assist me on how to create a virtual host, a detailed guide please? I am using port 82 with my Apache, accessing the project by (http://localhost:82)

**About which PHP Version we are talking ?** Implementation of DNSMASK **Is your feature request related to a problem? Please describe.** In stead of always using localhost or changing /etc/host...

Make it possible to configure database settings that are usually found in the my.cnf file. For example I would like to be able to set the following setting: lower_case_table_names=0

**Describe the bug** Just run on windows **which Branch / PHP Version are you using ?** php8 **To Reproduce** Steps to reproduce the behavior: 1. git clone https://github.com/sprintcube/docker-compose-lamp.git 2. cd...