Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I checkout to another branch of janus? #23

Open
algosoftbd opened this issue Nov 10, 2021 · 0 comments
Open

How can I checkout to another branch of janus? #23

algosoftbd opened this issue Nov 10, 2021 · 0 comments

Comments

@algosoftbd
Copy link

algosoftbd commented Nov 10, 2021

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"
      - "7088:7088"
      - "7089:7089"
      - "20000-20500:20000-20500/udp"
    environment:
      - GIT_BRANCH=multistream
    volumes:
      - "./janus-configs/:/usr/local/etc/janus/"

Here I mentioned GIT_BRANCH=multistream. But, it seems multistream branch is not running in my docker container. I killed the previous docker image and run docker-compose up -d again though. How can I check this and ensure that specific branch of janus is running?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants