I have a PHP project which I am working upon to dockerize.
I have selected nimmis/apache-php7 for this purpose.
I want Apache to handoff php requests to FPM.
I would like to know sample dockerfile commands required to (1) configure FPM port (2) Configure Apache to handoff php requests to FPM port
Thank you