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
docksal-vhost-proxy only supports routing ports 80/443 on the host to ports 80/443 in containers.
In certain cases containers may have to use a different port. E.g. nodejs apps use port 3000 by default. Binding to privileged ports (80/443) requires running nodejs as root, which is not desirable.
docksal-vhost-proxy only supports routing ports 80/443 on the host to ports 80/443 in containers.
In certain cases containers may have to use a different port. E.g. nodejs apps use port
3000
by default. Binding to privileged ports (80/443) requires running nodejs as root, which is not desirable.This functionality exists in jwilder/nginx-proxy and can be borrowed from there:
https://github.com/jwilder/nginx-proxy#multiple-ports
The text was updated successfully, but these errors were encountered: