WordPress setup using Docker Compose.
Run docker-compose up -d from your project directory and open localhost in a web browser.
Run docker-compose down from your project directory to remove the containers and network, but preserve the local data.
Run docker-compose down --volumes from your project directory to remove the containers, network, and local data.