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
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/