Elastic Stack with Docker How to run the Stack To initialize all the needed services. docker-compose up -d How to run PHP sample app Install needed PHP dependencies cd app && composer install Execute the PHP sample application php app/php/app.php -a fo1 -b bar