Simple PHP+MySQL+Docker application
- Download Docker
- In Docker Desktop settings choose General category, than set 'Use Docker Compose V2'
- Clone the repository or download the archive
- Run the application with
docker-compose up -d --build
- Open
localhost
in your browser!