-
Notifications
You must be signed in to change notification settings - Fork 67
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
Error when running docker-compose up #8
Comments
@abishekrsrikaanth are you sure the following paths, relative to the current path of your docker-compose.yaml files, are files?
|
but how to configure these jcfg files ? any docs ? |
Please refer to upstream documentation, we only provide the Docker image. |
I don't know if this helps but |
Tried sample config files from but got errors:
And remove volumes mapping seems no error, but what about next? Tried access all ports form browser but nothing. As a beginner I just try to run and see what happen. |
Exact same issues. For the first, instead of just removing the volumes, I changed docker-compose version (check which one is supported by your docker machine). version: '3.8'
services:
#
# janus-gateway
#
janus-gateway:
image: 'canyan/janus-gateway:latest'
command: ["/usr/local/bin/janus", "-F", "/usr/local/etc/janus"]
ports:
- "8088:8088"
- "8089:8089"
- "8889:8889"
- "8000:8000"
- "7088:7088"
- "7089:7089"
volumes:
- "./etc/janus/janus.jcfg:/usr/local/etc/janus/janus.jcfg"
- "./etc/janus/janus.eventhandler.sampleevh.jcfg:/usr/local/etc/janus/janus.eventhandler.sampleevh.jcfg"
restart: always For the FATAL: I solved it by copying the Then edit
Then Worked for me ^^ |
how to access http service , when i use your cfg file, but i can't access the janus http service, please help me ,thks |
Nice, it worked for me too. |
I get the following error when I run
docker-compose up
.Here is the contents of my
docker-compose.yml
Am I missing something?
The text was updated successfully, but these errors were encountered: