kibana is now executed using exec
kibana should be executed with exec to give it pid 1 and bind signal forwarding with the container instance
This commit is contained in:
parent
dc82da146b
commit
56490a320d
|
@ -7,4 +7,4 @@ while true; do
|
|||
done
|
||||
|
||||
echo "Starting Kibana"
|
||||
kibana
|
||||
exec kibana
|
||||
|
|
Loading…
Reference in New Issue