Sign inSign up

webfatorial/nginx-ssl

By webfatorial

•Updated over 10 years ago

Nginx Docker images to work with SSL and PHP using a php-fpm Docker images

Image
0

2.1K

webfatorial/nginx-ssl repository overview

⁠webfatorial/docker-nginx-ssl

Nginx extended version: provides a version of nginx with ssl (base from marvambass/nginx-ssl-secure) to use with php-fpm.

⁠Docker Compose example

www:
    image: webfatorial/nginx-ssl
    restart: 'yes'
    ports:
        - "80:80"
        - "443:443"
    volumes:
        - ./www:/var/www/html
        - ./nginx-config:/etc/nginx
    links:
        - fpm

Tag summary

Content type

Image

Digest

Size

61.8 MB

Last updated

over 10 years ago

docker pull webfatorial/nginx-ssl