Skip to content

Dockerfile to build a Alpine based container image running nginx, php-fpm 7.4.30 and supervisor.

License

Notifications You must be signed in to change notification settings

brunomgv/nginx-php-fpm-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Hub; brunovilalba/nginx-php-fpm-alpine nginx 1.22.0 php 7.4.30 License MIT

Introduction

This is a Dockerfile to build a alpine based container image running Nginx, PHP-FPM 7.x and Supervisor.

Versioning

| Docker Tag | GitHub Release | Nginx Version | PHP Version | Alpine Version |
|-------|---------------|-------|-------|------|
| latest | master Branch |1.22.0 | 7.4.30 | 3.16 |

Building from source

To build from source you need to clone the git repo and run docker build:

$ git clone https://github.com/brunomgv/nginx-php-fpm-alpine.git
$ cd nginx-php-fpm-alpine

followed by

$ docker build -t nginx-php-fpm-alpine:latest .

Pulling from Docker Hub

$ docker pull brunovilalba/nginx-php-fpm-alpine:latest

Running

To run the container:

$ sudo docker run -d brunovilalba/nginx-php-fpm-alpine:latest

Default web root:

/var/www/html

About

Dockerfile to build a Alpine based container image running nginx, php-fpm 7.4.30 and supervisor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published