peasead / elastic-container

Stand up a simple Elastic container with Kibana, Fleet, and the Detection Engine
Apache License 2.0
395 stars 71 forks source link

Add restart: always to all containers #41

Closed ar0dd closed 6 months ago

ar0dd commented 8 months ago

Is your feature request related to a problem? Please describe.

The problem right now is that if you restart the host running the containers, the kibana and elasticsearch containers will need to be manually restarted.

Proposed Solution

Right now, restart: always clause is only applied to the fleet-server container. I'd like to propose all major containers restart automatically so the user doesn't have to worry about it.

Thanks!