listen tcp4 0.0.0.0:9999: bind: address already in use #616
Replies: 1 comment 15 replies
-
Are you sure there is no there other process using port=9999? do you stop the first open5gs container? |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when I want to build the docker, if I stop the webui it works but not have access to define the UEs information like Imsi, if I restart the webui again the docekr won't work since the port is busy, is there anyway to change this port address or fix this problem?
this is the error i get:
✔ Container open5gs_5gc Recreated 0.1s
Attaching to open5gs_5gc
Error response from daemon: driver failed programming external connectivity on endpoint open5gs_5gc (7f4fa0ac35278edbddfc0b44d7cf84f9f780bff226b74240a7e2f09ee9aee85e): Error starting userland proxy: listen tcp4 0.0.0.0:9999: bind: address already in use
Beta Was this translation helpful? Give feedback.
All reactions