You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes the same issue for swarm mode in Docker where opensearch.yml is mounted as a 'config' and thus is read-only. #1579 is the same problem.
The sed command attempts to modify the stock opensearch.yml to reflect features requested by environment variables. This is not appropriate (or in these cases is not possible) when someone has specified a custom opensearch.yml file.
I am trying to launch a stack with docker :
This is the docker-compose.yml
As soon as you launch that, you get this error
Any idea would be very helpful.
If you want to reproduce you will need to have the certs installed etc ...., just follow the steps in there : https://github.com/flavienbwk/opensearch-docker-compose
which is using the exact same docker-compose as I posted here.
The text was updated successfully, but these errors were encountered: