Francisco Giraldo

Set Up WordPress with Docker

Published 1 min read

Overview of Docker Compose

Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your configuration.
 
 

1. Install Docker

Download Docker
 
 

2. Download the configuration files

Download the configuration files: https://github.com/Fcog/docker-compose-wp-composer
 
 

3. Installation

run docker compose up or docker-compose up

Go to http://0.0.0.0:8000/
 
 

4. Open a beer and enjoy!




Keep reading other of my blog posts!