bikecoders / docker-compose_wordpress

Docker compose for wordpress development and deployment with https with letsencrypt, nginx, mariadb, php7.1, wp-cli and phpmyadmin
MIT License
4 stars 2 forks source link

Separte wp-CLI of the main PHP container to a separate one #5

Open dianjuar opened 6 years ago

dianjuar commented 6 years ago

With this is not needed a custom docker image for the wp-CLI anymore... We can run WP commands using docker-compose run --rm wp-cli YOUR-COMMANDS