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
This discussion was converted from issue #104 on December 09, 2020 12:42.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If run application in docker container with routing port not eq listen port, http/ws not availeble.
Sample code:
create docker container and if run docker with eq listen port and outside port, work fine
docker run -p 9001:9001 <container id>
but if start container with diff listen port, http and ws not availeble
docker run -p 9001:9002 <container id>
Beta Was this translation helpful? Give feedback.
All reactions