[ad_1]
Hello, I’m running couple of WordPress instances in docker containers. The current setup is: PHP, PHP-FPM and nginx in a container that has wordpress and a separate nginx container acting as a reverse proxy.
Is it possible to modify the setup to have only one PHP-FPM container for all the wordpress instances? What would be cons of this setup? Will it introduce cross site contamination? Will it introduce more latency?
[ad_2]