luanpcweb / docker-php72-fpm-nginx-ssl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOCKER PHP 7.2 FPM AND NGINX WITH SSL

A simple PHP, NGINX and SSL docker.

To generate the SSL certificate run the following command:

sh ssl.sh

By default the script creates the certificate for the domain '.develop'

Running the doker compose

docker-compose up -d

Now we can run and test

https://teste.develop/index.php

About


Languages

Language:Dockerfile 89.5%Language:Shell 9.8%Language:PHP 0.7%