Updated Travis & README for Alpine Linux version

migrate-github-actions
Tim de Pater 2016-03-16 13:45:51 +01:00
parent fb9719f647
commit e1091c4c18
2 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ services:
env: env:
global: global:
- COMMIT=${TRAVIS_COMMIT::8} - COMMIT=${TRAVIS_COMMIT::8}
- REPO=trafex/php-nginx - REPO=trafex/alpine-nginx-php7
script: script:
- docker --version - docker --version

View File

@ -1,10 +1,10 @@
Docker PHP-FPM 7.0 & Nginx 1.9 setup Docker PHP-FPM 7.0 & Nginx 1.8 on Alpine Linux
==================================== ==============================================
Example PHP-FPM 7.0 & Nginx 1.9 setup for Docker 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 Usage
----- -----