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
In your demo, you create a container with the network like
ports:
- '80:80'
- '81:81'
- '443:443'
but if i gonna listen more ports after container started, i have to change my docker configure.
So i tried to start the container with "host" network, but it seems doesn't work, it doesn't listen any ports
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
Uh oh!
There was an error while loading. Please reload this page.
-
In your demo, you create a container with the network like
ports:
- '80:80'
- '81:81'
- '443:443'
but if i gonna listen more ports after container started, i have to change my docker configure.
So i tried to start the container with "host" network, but it seems doesn't work, it doesn't listen any ports
Beta Was this translation helpful? Give feedback.
All reactions