mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
[nextcloud] change PHP version from daily build to 7.2 and update README
This commit is contained in:
parent
c2e5e87c61
commit
f8e8628d39
@ -1,4 +1,4 @@
|
||||
FROM hoellen/nginx-php:7.1
|
||||
FROM hoellen/nginx-php:7.2
|
||||
|
||||
ENV UID=991 GID=991 \
|
||||
UPLOAD_MAX_SIZE=10G \
|
||||
|
@ -3,14 +3,12 @@
|
||||
|
||||
[](http://microbadger.com/images/hoellen/nextcloud "Get your own version badge on microbadger.com") [](http://microbadger.com/images/hoellen/nextcloud "Get your own image badge on microbadger.com")
|
||||
|
||||

|
||||
|
||||
**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
|
||||
- Based on wonderfall/dockerfiles (Thanks!)
|
||||
- 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.
|
||||
- Package integrity (SHA512) and authenticity (PGP) checked during building process.
|
||||
- Data and apps persistence.
|
||||
|
Loading…
x
Reference in New Issue
Block a user