visit
/var/www/docker-study.loc/recipe-02
-> /docker
-> /php
fastcgi_pass php:9000;
- this is what tells nginx how to connect to php container127.0.0.1 myapp.loc
docker-compose up -d
If I now try
myapp.loc/
in browser, I will see php info results.