Fix #1382 - update documentation related to docker images base image and PHP version used
This commit is contained in:
parent
99c7d66384
commit
72539044fb
1 changed files with 1 additions and 7 deletions
|
@ -12,18 +12,12 @@ repository.
|
|||
- `master`: master branch
|
||||
- `stable`: stable branch
|
||||
|
||||
The `latest` and `master` images rely on:
|
||||
The `latest`, `master` and `stable` images rely on:
|
||||
|
||||
- [Alpine Linux](https://www.alpinelinux.org/)
|
||||
- [PHP7-FPM](http://php-fpm.org/)
|
||||
- [Nginx](http://nginx.org/)
|
||||
|
||||
The `stable` image relies on:
|
||||
|
||||
- [Debian 8 Jessie](https://hub.docker.com/_/debian/)
|
||||
- [PHP5-FPM](http://php-fpm.org/)
|
||||
- [Nginx](http://nginx.org/)
|
||||
|
||||
Additional Dockerfiles are provided for the `arm32v7` platform, relying on
|
||||
[Linuxserver.io Alpine armhf
|
||||
images](https://hub.docker.com/r/lsiobase/alpine.armhf/). These images must be
|
||||
|
|
Loading…
Reference in a new issue