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
If we want to organize access to evoparsons and to evopie through port 443 with 80 redirections, we would need to have nginx container to control the port 443 and 80. Currently nginx container is in evopie_default network with web evopie container. We would need to also add it to m-27777 network of evoparsons to be able to direct traffic to evoparsons public container.
Use docker network connect for this and domain name equal to name of java-publc evoparsons container.
The text was updated successfully, but these errors were encountered:
If we want to organize access to evoparsons and to evopie through port 443 with 80 redirections, we would need to have nginx container to control the port 443 and 80. Currently nginx container is in evopie_default network with web evopie container. We would need to also add it to m-27777 network of evoparsons to be able to direct traffic to evoparsons public container.
Use docker network connect for this and domain name equal to name of java-publc evoparsons container.
The text was updated successfully, but these errors were encountered: