Docker container keeps randomly stopping. Can anyone help? #614
-
I am running this command to create and run a docker container in a CentOS VM: My container starts and I can see it running with the
So obviously it seems there is an issue with the Elasticsearch host. However my config file is specifying my Elasticsearch host, so I am a bit confused. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Your |
Beta Was this translation helpful? Give feedback.
Your
-v
parameter is incorrect. Please see the documentation, specifically the section that covers how to run ElastAlert 2 in a Docker container.