How to automatically activate the plugin while wordpress first installation using docker – SEO
Intalling wordpress on Docker. I have pushed the wordpress custom image with my plugins pre-installed on docker hub. I am ruuning wordpress using docker-compose. how to enable the installed plugins using first installation. Dockerfile FROM wordpress:php7.1-apache #FROM bitnami/wordpress:latest # WORKDIR…