Hi!
I cannot deploy OpenVidu 2.25.0 using AWS CloudFormation because of an error related to Kibana installation via docker.
Using docker.elastic.co/kibana/kibana:7.8.0 in docker-compose.yml raises the following error when I try to run ./openvidu start:
Error response from daemon: readlink /var/lib/docker/overlay2/: invalid argument
Using docker.elastic.co/kibana/kibana:7.8.1 fixes that error.