Can't volume mount /usr/share/elasticsearch/config on docker

I tried to set up elasticsearch on docker.
but i can't volume mount on /usr/share/elasticsearch/config.

/usr/share/elasticsearch/data, /usr/share/elasticsearch/plugins is okay. but only i can't volume mount path is /usr/share/elasticsearch/config

this is my error logs
Exception in thread "main" java.nio.file.NoSuchFileException: /usr/share/elasticsearch/config/jvm.options

is this permission issue?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.