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

Latest commit

 

History

History
17 lines (10 loc) · 334 Bytes

File metadata and controls

17 lines (10 loc) · 334 Bytes

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