Nginx Docker images to work with SSL and PHP using a php-fpm Docker images
2.1K
Nginx extended version: provides a version of nginx with ssl (base from marvambass/nginx-ssl-secure) to use with php-fpm.
www:
image: webfatorial/nginx-ssl
restart: 'yes'
ports:
- "80:80"
- "443:443"
volumes:
- ./www:/var/www/html
- ./nginx-config:/etc/nginx
links:
- fpm
Content type
Image
Digest
Size
61.8 MB
Last updated
over 10 years ago
docker pull webfatorial/nginx-ssl