canyanio / janus-gateway-docker

Docker image for the Janus WebRTC Server
Other
160 stars 64 forks source link

Issue while building image. #21

Open kumail-raza opened 2 years ago

kumail-raza commented 2 years ago

image

invitro commented 2 years ago

@kumail-raza you have to clone janus-gateway repo first

>> mkdir docker-janus && cd docker-janus
>> git clone https://github.com/meetecho/janus-gateway.git
>> cp ./Dockerfile janus-gateway/Dockerfile && cp ./docker-compose.yaml janus-gateway/docker-compose.yaml
>> cd janus-gateway
>> docker build -t my-domain/janus .
>> docker run -d --name janus-gateway my-domain/janus
uniuuu commented 2 years ago

@invitro @kumail-raza It duplicates https://github.com/canyanio/janus-gateway-docker/issues/15

uniuuu commented 2 years ago

Made pull request with fix https://github.com/canyanio/janus-gateway-docker/pull/27