So, I am Dockerizing my architecture which consists of multiple php applications ran on apache.
If I'm right I need: 1 nginx container, 1 php container and multiple data-containers to volume-from in the nginx container.
How would I be able to have multiple data container linked to my nginx container?
So for example I got app1.domain.com volumed to /data/app1 and app2.domain.com volumed to /data/app2 etc etc.