You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I launched the container with docker run -p 8088:8088 -p 8089:8089 -p 8889:8889 -p 8000:8000 -p 7088:7088 -p 7089:7089 <image_id>, I can access Janus through http://127.0.0.1:8088/. However, if I try to use host network with docker run --network host <image_id>, I am not able to access Janus service.
The text was updated successfully, but these errors were encountered:
Hi!
When I launched the container with
docker run -p 8088:8088 -p 8089:8089 -p 8889:8889 -p 8000:8000 -p 7088:7088 -p 7089:7089 <image_id>
, I can access Janus throughhttp://127.0.0.1:8088/
. However, if I try to use host network withdocker run --network host <image_id>
, I am not able to access Janus service.The text was updated successfully, but these errors were encountered: