Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages