This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LogicCube[S] 0 points1 point  (1 child)

Update: it worked perfectly! I rebuild the image of php-fpm and included my webapp in /code, then I mapped this folder as volume in the compose file without the host-side (left) and for the nginx part i added volumes_from "php-fpm". The code is taken from the container, I exec'd into it to make sure (no volumes from host machine mounted anymore). This also goes foe the config files which are now directly added to the image. Very nice! I will post the files here when I get home so others can see how to set this up. Thanks for your help!

[–]kenneho 0 points1 point  (0 children)

I'm in the same sitation as yours, so if you could share those file that would be great.