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
Some minor note:
I noticed here that you are forwarding ports docker container creation. But you are also using option --net=host on the same line. This behavior is pointless, as the port forwarding concept doesn't exists when using host's network.
You can feel free to remove all -p options there.
The text was updated successfully, but these errors were encountered:
First of all, good job!
Some minor note:
I noticed here that you are forwarding ports docker container creation. But you are also using option
--net=host
on the same line. This behavior is pointless, as the port forwarding concept doesn't exists when using host's network.You can feel free to remove all
-p
options there.The text was updated successfully, but these errors were encountered: