Sign inSign up

tikivn/tikit-nginx-php

By tikivn

Updated almost 5 years ago

Tiki Kit Image for Nginx + PHP

Image
0

10K+

tikivn/tikit-nginx-php repository overview

Introduction

This is a Dockerfile to build a container image for nginx and php-fpm for PHP projects

Git repository

The source files for this project can be found here: https://github.com/tikivn/tikit-docker-nginx-php

Pulling from Docker Hub

Pull the image from docker hub rather than downloading the git repo. This prevents you having to build the image on every docker host:

docker pull tikivn/tikit-nginx-php

Running

To simply run the container:

docker run --name nginx-php -p 8080:80 -d tikivn/tikit-nginx-php

You can then browse to http://localhost:8080 to verify.

Tag summary

Content type

Image

Digest

Size

429.7 MB

Last updated

about 6 years ago

docker pull tikivn/tikit-nginx-php