docker-joomla
docker-joomla copied to clipboard
Docker Images for Joomla!
Changes: - joomla-docker/docker-joomla@5aaa2c8ad1bf34195f57c97d102516120a6ee97a: Update images of Joomla! 3.10.10 to 3.10.11 - joomla-docker/docker-joomla@de68d17888578ce48d939d50b3c2746de155f6f4: Update version of Joomla! 3.10.10 to 3.10.11 - joomla-docker/docker-joomla@b4aabfb40792bcf8234924c033f33779a97bf081: Update images of Joomla! 4.1.5 to 4.2.0 - joomla-docker/docker-joomla@d9b43f242db1e69aa41aa2510343f2e1c7d8998e:...
I upgraded a docker install of Joomla from 3.x to 4.x within the application, and then updated docker php-fpm version to a newer image (tested both 7.4 & 8.0 tested)....
The basic php settings are set for max upload 2mb. In these days you need to increase this to 10mb. We should add a custom php.ini file
I run mysql in it's own network, since i cannot get the mysql command line otherwise (see: https://github.com/docker-library/mysql/issues/644) `docker run --network mysql-net --name some-mysql -e MYSQL_ROOT_PASSWORD=root -d mysql:5.6` then run...
This is a rant for you guys, for not being able to do your work properly. I have simply tried to use docker image joomla-docker, so i've followed all of...
Hello, I've tried to execute Joomla image without root user. Apache wasn't able to open tcp port. Is there a way to execute Joomla image with am other user than...
When running docker-compose up, I get the following error MySQL Connection Error: (1045) Access denied for user 'root'@'192.168.176.3' (using password: YES) My docker-compose file looks like: `version: '3.7' services: joomla:...
Hi, First of all a big thank you to the developers who created and maintain the Joomla Docker images! After successfully deploying the Joomla Docker image PHP7.3 (which I assumed...
hello people! Hope your having a great day working from home. I'm currently done building my joomla docker container. What i'm trying to do is commit it to a new...
Docker runing in Windows 10 Pro `Docker version 19.03.8, build afacb8b` `docker-compose version 1.25.4, build 8d51620a` When I change the setting in the control panel, my application crashes due to...