EasyEngine / docker-compose-wordpress

Work in progress! 👷
https://easyengine.io/blog/how-we-plan-to-use-docker-in-easyengine-v4/
MIT License
29 stars 14 forks source link

wp-cli support #13

Closed rahul286 closed 6 years ago

rahul286 commented 6 years ago

Something like

docker-compose exec --user www-data php wp

should work

I did a manual setup and I needed:

apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install less
mbtamuli commented 6 years ago

wp cli support has been added.