Problem description
Today you have:
node-1:80 -> routing mesh -> proxy -> overlay network -> nginx/php-fpm
By exposing the port locally, you would have:
node-1:80 -> proxy -> overlay network -> nginx/php-fpm
Which would result in one less hop.
cc/ @aluzzardi