Question about setting networks for containers #560
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Hello,
I had the same "problem". Checking off our external network does not mean that the container uses it.
To use it, having "enabled" the use of our external network, you need to edit the stack configuration :
And finally we need to configure the external network to be used :
Once this is done, my compose.yaml looks like this :
As soon as I had set up my stack like this, my container started up using my "gizmo" external network.
Best regards,
Alex