php-microservices-workshop icon indicating copy to clipboard operation
php-microservices-workshop copied to clipboard

Source code of Developing microservices with PHP workshop

Results 5 php-microservices-workshop issues
Sort by recently updated
recently updated
newest added

Can't docker-compose up because wrong directory for Kibana and Elasticsearch. Need to be changed from: "/usr/share/elasticsearch/config/elasticsearch.yml" to "/etc/elasticsearch/elasticsearch.yml" and "/usr/share/kibana/config/kibana.yml" to "/etc/kibana/kibana.yml"

I add the `sqlite3` tool in container and add some command to mv files in the right place.

Fixed: ![Screenshot from 2019-05-10 11-13-52](https://user-images.githubusercontent.com/147145/57516499-209a4780-7315-11e9-9c32-e374db44d100.png)

I was trying the docker installation, and I come to an error when firing up the containers. I have first cloned the repository with `git clone https://github.com/ezimuel/php-microservices-workshop` then went into...