Simple installation of nginx with php-fpm
96
By default, NginX listens only TCP port 80 and you should open in your container. For example command might be like:
docker run -d -p 7777:80 --name nginx-php nginx-php
Site-zone: /etc/nginx/sites-available/
Which is the role of container? The question is answer...
Content type
Image
Digest
sha256:8f0a42391…
Size
84.8 MB
Last updated
about 4 years ago
docker pull alex778/nginx-php