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

A simple opinionated PHP 7.2 Docker & Compose Environment for WordPress

Results 3 wp-docker issues
Sort by recently updated
recently updated
newest added

hi, I am trying to use this docker setup but someplugins require php7 and currently the `make composer-up` command uses php:latest.. which is php8. . very strange...

was infected by a cryptocoin miner (xmrig) when running this container, will need to secure redis if it's used in production read more: https://github.com/laradock/laradock/issues/2254

i had to change `redis:alpine` to `redis:latest` in `docker-compose.yml` to get rid of a permission issue with redis rdb file.