Say there is an application powered by docker.
There could be containers for database, redis, etc and actual web containers (in my case it is php-fpm & nginx). Alternatively, it could be a purely web node with only web containers running.
My question - is there any benefit to have more then one such web container (php-fpm & nginx) on a single host? Would it increase performance? Could it decrease performance?