├── index.html ├── index.php ├── README.md ├── .DS_Store ├── src └── public │ └── index.php ├── nginx ├── Dockerfile └── custom.conf ├── php ├── Dockerfile └── xdebug.ini ├── Dockerfile ├── docker-compose.yaml └── custom.conf /index.html: -------------------------------------------------------------------------------- 1 |