From e1091c4c18a628baeba46af9bda1b116f85169f0 Mon Sep 17 00:00:00 2001 From: Tim de Pater Date: Wed, 16 Mar 2016 13:45:51 +0100 Subject: [PATCH] Updated Travis & README for Alpine Linux version --- .travis.yml | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5f4188e..bb4e989 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ services: env: global: - COMMIT=${TRAVIS_COMMIT::8} - - REPO=trafex/php-nginx + - REPO=trafex/alpine-nginx-php7 script: - docker --version diff --git a/README.md b/README.md index 12ff015..f890f40 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -Docker PHP-FPM 7.0 & Nginx 1.9 setup -==================================== -Example PHP-FPM 7.0 & Nginx 1.9 setup for Docker +Docker PHP-FPM 7.0 & Nginx 1.8 on Alpine Linux +============================================== +Example PHP-FPM 7.0 & Nginx 1.8 setup for Docker, build on [Alpine Linux](http://www.alpinelinux.org/). +The image is only +/- 60MB large. -[![Docker Pulls](https://img.shields.io/docker/pulls/trafex/php-nginx.svg)](https://hub.docker.com/r/trafex/php-nginx/) - +[![Docker Pulls](https://img.shields.io/docker/pulls/trafex/alpine-nginx-php7.svg)](https://hub.docker.com/r/trafex/alpine-nginx-php7/) Usage -----