Get Social!The below docker-compose yml file will create two Docker containers for running WordPress; a MySQL database and an Apache PHP web server. Create a new directory and save the above file inside it as docker-compose.yml Run docker-compose up -d to fetch the images from the docker hub and create your WordPress instance. You’ll be
↧