You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image on Docker Hub is old and missing the /etc/nginx/conf.d and /etc/php folders. PHP-FPM starts but Nginx never does. The base image is a bit dated, too. I'm also not sure why port 9000 was EXPOSE-ed as that's for PHP-FPM.
The image on Docker Hub is old and missing the
/etc/nginx/conf.dand/etc/phpfolders. PHP-FPM starts but Nginx never does. The base image is a bit dated, too. I'm also not sure why port 9000 wasEXPOSE-ed as that's for PHP-FPM.