Skip to content
Discussion options

You must be logged in to vote

Looking at your log output for the Spring application, it is looking for an ElasticSearch host named osmt_quickstart_elasticsearch_1 (with an underscore) on the Docker network. If you look at your docker-compose up output, it's providing a host named osmt_quickstart-elasticsearch-1 (with a hyphen).

Net result is that your local Docker service is using a hyphen instead of an underscore when naming your services. You should modify your osmt-quickstart.env file, and ensure that those host names match the output of a docker ps command.

Please reply back if you need additional clarification?

Replies: 2 comments 12 replies

Comment options

You must be logged in to vote
6 replies
@JohnKallies
Comment options

@zaReyna
Comment options

@JohnKallies
Comment options

@zaReyna
Comment options

@JohnKallies
Comment options

Answer selected by JohnKallies
Comment options

You must be logged in to vote
6 replies
@jengalbert2022
Comment options

@jengalbert2022
Comment options

@JohnKallies
Comment options

@JohnKallies
Comment options

@jengalbert2022
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants