wordpress-docker-compose icon indicating copy to clipboard operation
wordpress-docker-compose copied to clipboard

Easy Wordpress development with Docker and Docker Compose

Results 31 wordpress-docker-compose issues
Sort by recently updated
recently updated
newest added

When I run `wp db create` I'm getting `/usr/local/bin/docker-entrypoint.sh: line 11: exec: db: not found`. When I install database manually the wp command suddenly work and I can do commands...

Having the upload limit as part of the configs makes easier the upload limit adjustment.

hello, is there any way to ssl this on 443 port?

This may be a Windows problem rather than a problem with the Container. I usually start working on a site using localhost:80. It works well on Linux and Windows. At...

Hi @nezhar, I've used your docker compose and wrapped it as devcontainer, so that it can be easily used with vscode. This let me enabled Xdebug, add db viewer inside...

Would it be within the goals of the project to have XDebug be part of the PHP configuration? Or is there intention for this container configuration to be used for...

help wanted
Hacktoberfest

base command `wp` was missing from example

This PR provides an example for #48. I am not sure how you want to go with this @nezhar, so I leave them as commented lines. To enable SSL for...

Not sure what I'm doing wrong here. I'm following all of the instructions, not changing any default variables, and while WordPress and PHPMyAdmin work perfectly, I can't get wp-cli to...

It would be nice if you could expose - 1025:1025 # smtp server by default in docker-compose.yml so that users easier see how to access smtp of Mailhog. It took...

help wanted