cometa-rocks/cometa

Required docker-compose Version for cometa (2.2x.x or Above)

Closed this issue · 1 comments

Installed the docker-compose version (1.x.x) on the Debian OS and started running cometa.sh. Every other container is running except cometa_selenoid.

selenoid_1  | 2023/12/14 13:48:58 [-] [INIT] [Loading configuration files...]
selenoid_1  | 2023/12/14 13:48:58 [-] [INIT] [/usr/bin/selenoid: browsers config: read error: open config/browsers.json: no such file

In the co.meta, when creating a Selenoid container, we modify the entrypoint command of Selenoid to pass the required configurations. However, this modification is not properly handled by the Docker Compose version 1.x.x .

Solution :

  • To resolve this issue, upgrading the docker-compose version to 2.x.x is necessary. Please refer to the official Docker website for instructions on upgrading or installing the docker-compose version link.