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
The example you give for running the container prevents it from being discoverable to other devices on the network as it will send broadcast packets over the docker network. Using the host network resolves this issue.
The text was updated successfully, but these errors were encountered:
The example you give for running the container prevents it from being discoverable to other devices on the network as it will send broadcast packets over the docker network. Using the host network resolves this issue.
The text was updated successfully, but these errors were encountered: