[nextcloud] change PHP version from daily build to 7.2 and update README

This commit is contained in:
hoellen 2018-06-07 15:20:37 +02:00
parent c2e5e87c61
commit f8e8628d39
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM hoellen/nginx-php:7.1 FROM hoellen/nginx-php:7.2
ENV UID=991 GID=991 \ ENV UID=991 GID=991 \
UPLOAD_MAX_SIZE=10G \ UPLOAD_MAX_SIZE=10G \

View File

@ -3,14 +3,12 @@
[![](https://images.microbadger.com/badges/version/hoellen/nextcloud.svg)](http://microbadger.com/images/hoellen/nextcloud "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/image/hoellen/nextcloud.svg)](http://microbadger.com/images/hoellen/nextcloud "Get your own image badge on microbadger.com") [![](https://images.microbadger.com/badges/version/hoellen/nextcloud.svg)](http://microbadger.com/images/hoellen/nextcloud "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/image/hoellen/nextcloud.svg)](http://microbadger.com/images/hoellen/nextcloud "Get your own image badge on microbadger.com")
![](https://s32.postimg.org/69nev7aol/Nextcloud_logo.png)
**This image was made for my own use and I have no intention to make this official. Support won't be regular so if there's an update, or a fix, you can open a pull request. Any contribution is welcome, but please be aware I'm very busy currently. Before opening an issue, please check if there's already one related. Also please use Github instead of Docker Hub, otherwise I won't see your comments. Thanks.** **This image was made for my own use and I have no intention to make this official. Support won't be regular so if there's an update, or a fix, you can open a pull request. Any contribution is welcome, but please be aware I'm very busy currently. Before opening an issue, please check if there's already one related. Also please use Github instead of Docker Hub, otherwise I won't see your comments. Thanks.**
### Features ### Features
- Based on wonderfall/dockerfiles (Thanks!) - Based on wonderfall/dockerfiles (Thanks!)
- Based on Alpine Linux. - Based on Alpine Linux.
- Bundled with nginx and PHP 7.1 (hoellen/nginx-php image). - Bundled with nginx and PHP 7.2 (hoellen/nginx-php image).
- Automatic installation using environment variables. - Automatic installation using environment variables.
- Package integrity (SHA512) and authenticity (PGP) checked during building process. - Package integrity (SHA512) and authenticity (PGP) checked during building process.
- Data and apps persistence. - Data and apps persistence.