Terekhov Leonid

Results 2 issues of Terekhov Leonid

Hello, I have a problem with configuration.iml. he does not work. My configuration looks like this: Elasticsearch Dockerfile: ``` FROM docker.elastic.co/elasticsearch/elasticsearch:5.6.10 RUN bin/elasticsearch-plugin install http://dl.bintray.com/content/imotov/elasticsearch-plugins/org/elasticsearch/elasticsearch-analysis-morphology/5.6.10/elasticsearch-analysis-morphology-5.6.10.zip RUN bin/elasticsearch-plugin install ingest-attachment --batch...

I have redmine in docker. I added a libreoffice to the Dockerfile ``` RUN apt-get install -y libreoffice ``` My redmine info: ![redmine_info](https://user-images.githubusercontent.com/42699761/44903963-9675fa00-ad16-11e8-8e1c-799d138fb6d9.JPG) But the view does not work. My...