Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

WhatDaFox-Archives/nginx-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nginx-php

Docker image for nginx to use with PHP.

Root path

The root path is configured to be /var/www/html

PHP-FPM Container

This image only works with php-fpm. You docker-compose service should be called app and run on port 9000.

Build

$ make build