Skip to content

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

Notifications You must be signed in to change notification settings

webfatorial/docker-nginx-ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages