├── Dockerfile ├── README.md └── files ├── nginx.conf ├── php-fpm.conf └── run.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psi-4ward/docker-php-nginx/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psi-4ward/docker-php-nginx/HEAD/README.md -------------------------------------------------------------------------------- /files/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psi-4ward/docker-php-nginx/HEAD/files/nginx.conf -------------------------------------------------------------------------------- /files/php-fpm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psi-4ward/docker-php-nginx/HEAD/files/php-fpm.conf -------------------------------------------------------------------------------- /files/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psi-4ward/docker-php-nginx/HEAD/files/run.sh --------------------------------------------------------------------------------