docker-compose-wordpress
docker-compose-wordpress copied to clipboard
A docker-compose workflow for local WordPress development
Hello I followed the instructions and the service ran completely. But when executing a domain address, Nginx has the following error: ``` nginx | 2022/04/25 08:17:20 [error] 31#31: *4 "/var/www/html/index.php"...
config.status: creating config.h /bin/sh /usr/src/php/ext/mysqli/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie...
Hi there, I've followed along with these settings but I am not able to access the installation on 'wordPress-docker.test' but I can access the localhost to install. I am using...
Hi there! I am using this repo. for my local dev setup. Somehow I run into this issue where wp-cli shows (grey icon showing the container is not running. It...
With this Makefile, executing the wp-cli commands is easier. Instead of typing `docker-compose run --rm wp user list`, you can just type `make wp user list`.
I generated self-signed certs as per instructions: ``` nginx/certs/self-signed/wordpress-docker.test+5.pem nginx/certs/self-signed/wordpress-docker.test+5-key.pem ``` and I referenced them in the nginx config: ``` ssl_certificate /etc/nginx/certs/self-signed/wordpress-docker.test+5.pem; ssl_certificate_key /etc/nginx/certs/self-signed/wordpress-docker.test+5-key.pem; ``` but I'm getting this error...
New to using Docker for WP dev without using an app like Local. Thank you for providing such a thorough walk-through. I was hoping you could provide info on how...
Wordpress ask information of FTP server when I try to install a Plugin or Theme.  Although we can use WP-CLI but it's good to have if we can install...
But I've a question about the combination of wordpress container and nginx: Can you explain how to config nginx (and maybe wordpress container itself) so that wordpress can be reached...