This is a sample PHP app (Slim 3 Skeleton) running on Docker Compose.
Run these commands in the directory where you download the code.
- Start the docker-compose services (PHP, Nginx) in the background (detached):
$ docker-compose up -d
- Run the Composer installer in the PHP container to install the PHP dependencies:
$ docker-compose exec php composer install
The application should now be available on http://localhost:8080.