docker-library/docs

docker run --name some-geonetwork -d -p 8080:8080 geonetwork

k-eight-v opened this issue · 1 comments

It does not work :


WARNING: Environment variable ES_HOST is mandatory

GeoNetwork requires an Elasticsearch instance to store the index.
Please define the variable ES_HOST with the Elasticsearch
host name. For example

docker run -e ES_HOST=elasticsearch geonetwork:4.2.3


So it never go online.

Is there something to do? To avoid it.