Skip to content

Commit f9298a7

Browse files
author
Ric Harvey
committed
prep for 1.1.3 updates to scripts
1 parent 5750ff8 commit f9298a7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.1-fpm-alpine
1+
FROM php:7.1.1-fpm-alpine
22

33
MAINTAINER ngineered <support@ngineered.co.uk>
44

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Travis](https://img.shields.io/docker/pulls/richarvey/nginx-php-fpm.svg?style=flat-square)]()
2-
[![Travis](https://img.shields.io/docker/stars/richarvey/nginx-php-fpm.svg?style=flat-square)]()
3-
[![Travis](https://img.shields.io/travis/ngineered/nginx-php-fpm.svg?style=flat-square)]()
1+
![docker hub](https://img.shields.io/docker/pulls/richarvey/nginx-php-fpm.svg?style=flat-square)
2+
![docker hub](https://img.shields.io/docker/stars/richarvey/nginx-php-fpm.svg?style=flat-square)
3+
![Travis](https://img.shields.io/travis/ngineered/nginx-php-fpm.svg?style=flat-square)
44

55
## Overview
66
This is a Dockerfile/image to build a container for nginx and php-fpm, with the ability to pull website code from git when the container is created, as well as allowing the container to push and pull changes to the code to and from git. The container also has the ability to update templated files with variables passed to docker in order to update your code and settings. There is support for lets encrypt SSL configurations, custom nginx configs, core nginx/PHP variable overrides for running preferences, X-Forwarded-For headers and UID mapping for local volume support.

docs/versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The latest tag will always follow the master branch in git. the other versions w
1515

1616
| Docker Tag | GitHub Release | Nginx Version | PHP Version | Alpine Version | Container Scripts |
1717
|-----|-------|-----|--------|--------|--------|
18-
| latest | Master Branch |1.11.10 | 7.1.1 | 3.4 | 0.2.6 |
18+
| latest | Master Branch |1.11.10 | 7.1.2 | 3.4 | 0.2.6 |
1919
| 1.1.1 | 1.1.1 |1.11.9 | 7.1.1 | 3.4 | 0.2.5 |
2020
| 1.1.2 | 1.1.2 |1.11.10 | 7.1.1 | 3.4 | 0.2.6 |
2121

0 commit comments

Comments
 (0)