AlgoSoft Technologies Limited
AlgoSoft Technologies Limited
Hello, I modified the `docker-compose.yml` file like this: ``` version: '2.1' services: janus-gateway: image: 'canyan/janus-gateway:0.10.7' command: ["/usr/local/bin/janus", "-F", "/usr/local/etc/janus"] ports: - "8188:8188" - "8088:8088" - "8089:8089" - "8889:8889" - "8000:8000"...
In the `Dockerfile`, we can see ``` git clone --branch v0.11.4 https://github.com/meetecho/janus-gateway.git ``` But, there is no branch named `v0.11.4` in `janus-gateway` GitHub repository. Can you please update the `Dockerfile`...