wordpress-nginx-docker-compose
wordpress-nginx-docker-compose copied to clipboard
Run WordPress with nginx using Docker Compose.
Is there any simple example how to use wp-cli with this image? Thank you
Hello! Thank you very much for providing this setup. I notice it is very slow on my 2021 Macbook Pro and suspect it may be because of the cpu: Apple...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
Is it possible to update vlucas/phpdotenv to the latest version 5.4.1 ? The config files should be updated then as well.
When I'm trying to create a new type of content I have an error 500. I tried to find the problem rules in nginx config file but nothing.. On other...
After following the setup instructions, I've successfully installed it using `docker-compose run composer create-project`. Then, in the next step, to run the containers, docker complains about the name of the...
I just create certs by `./create_cert.sh` but it requires mkcert. So, I use `brew install mkcert` and create the certs folder successfully. And this forwards to the problem `VARIABLE is...
Is there any chance to update php version to 8.1? When I’m trying to run sage theme I have a error regarding php version. cheers
I am trying to automate setting up my wordpress site using this docker-compose configuration. This is the manual step which I do atm: ``` docker exec -it myapp-wordpress bash ```...