Simple LAMP Docker Compose with PHPMyAdmin
If you're using Windows, you should install WSL2 first and run the Docker in WSL2 Backend.
Read this document: My Evernote WSL2 Notes
Put docker-compose.yml and docker folder to your working directory.
(If you want to only use the simplest one, then you can just put docker-compose(simplest).yml file to your working directory and rename it to docker-compose.yml)
Run with docker compose up with your WSL Linux Distribution (You can use Windows Terminal or VS Code Terminal and select Your WSL Linux Distribution)
Run docker compose down to purge the container after stopping it with ctrl+c
Source: