Yes i had a problem with elasticsearch.
I change the docker-compose to upgrade it from 5.13 to the 5.14 version with this
new docker-compose.yml
I install it with this command
$ docker-compose -p dcm4chee-arc down
$ docker-compose -p dcm4chee-arc up -d
Now i have an elasticsearch error in my log
elasticsearch_1 | [2018-09-04T17:41:52,902][INFO ][o.e.b.BootstrapChecks ] [6tBkBCc] bound or publishing to a non-loopback address, enforcing bootstrap checks
elasticsearch_1 | ERROR: [1] bootstrap checks failed
I read
this about new elasticsearch version 5 but i don't understand what to do.
Can you help me.
PS : I have a ubuntu 18.04.1 LTS server and i have replace <docker-host> with my externe ip in docker-compose.yml.