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 added some new functionalities to your awesome repo. Feel free to keep or discard any changes you want. List of changes: ### 1) Node / NPM support Often the...

I am having trouble adding cron capabilities to the DockerFile I have added the lines: ``` RUN apt-get install -y cron COPY cron.d /etc/cron.d RUN cat /etc/cron.d/* | crontab -...

Hi, I have added few scripts to make the workflow easier. I have added a few .env files and upon running the corresponding script, a new docker container is created...

**Describe the bug** I'm using the container to work on various CakePHP projects. When I run the container and enter bash to create the CakePHP project, all files are owned...

**Describe the bug** You need to grant write permissions for PHP on the following directory: /var/www/html **which Branch / PHP Version are you using ?** php71 **To Reproduce** Steps to...

I have installed the docker-compose-lamp and its works great. But now I want to install more PHP extensions. I have read the file README.md but i really can´t do it....

When using navigator to link the MySQL database, you will be prompted with 10061 error. The link cannot be made. How should this be handled?

I'm trying to add the settings to allow composer in the webserver to call out to a private php package repo. The problem that I'm having is that all the...

**Describe the bug** Because I am using the LAMP stack for multiple sites, I am using symlinks/directory junctions (used both, same result) rather than storing the repositories in the lamp...

In the `docker-compose.yaml`, the two aforementioned containers are configured `restart: "always"`. This makes both of those containers to compose and start automatically after my laptop boots. ## Is this the...