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

A simple LAMP image using Ubuntu, Apache, PHP and MySql in a single image

Results 30 docker-lamp issues
Sort by recently updated
recently updated
newest added

Ran updates with watchtower, and got this output: `exec /run.sh: exec format error` Looks like it's now pulling the ARM64 image instead of amd64.

Hello there, I'm on Linux Mint and sometimes, when the container starts (when I start my computer), it doesn't stay up (sometimes it works perfectly). I tried restarting the container,...

Hello I followed the instructions from the README file to run the container: `docker run -p "80:80" -v ${PWD}/app:/app mattrayner/lamp:latest-1804` but when I start the container I see following error:...

Hi, great docker and easy to use . However, i have a trouble with backup and restore. all work fine and the /app contain my .php files. But when i...

A copy of a database.sql file has been moved into the MySQL folder. However, we cannot log into it with MySQL, getting the error `ERROR 1045 (28000): Access denied for...

Not sure if this to be an issue or just a configuration, however, in order for the server to honour the `.htaccess` file within the `/app` (or server root) directory...

Please add ARM to the build targets, we can't run this on Raspberry Pi

Please how do I change this ports because its conflicting with existing mysql on docker

Hello, I have deployed the container mattrayner/lamp:latest and it shows a SQL syntax error. ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the...