Updated README

master
bkraul 2019-01-14 14:09:48 -06:00
parent 52564fae15
commit a973b36741
3 changed files with 10 additions and 2 deletions

View File

@ -3,9 +3,10 @@ This image is fully based on the latest official [fpm-alpine Nextcloud](https://
# Features # Features
This image adds built-in support for the following features: This image adds built-in support for the following features:
* ImageMagick
* Samba * Samba
* Redis * Redis
(ImageMagick support is now included on the official fpm-alpine image)
# Current Version # Current Version
The current version is: 14.0.2 The current version is: 15.0.2

5
fpm-alpine/push-local Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
docker push docker-registry.belmankraul.com/bkraul/nextcloud:latest
docker push docker-registry.belmankraul.com/bkraul/nextcloud:fpm-alpine

2
fpm-alpine/tag-local Executable file
View File

@ -0,0 +1,2 @@
docker tag bkraul/nextcloud:latest docker-registry.belmankraul.com/bkraul/nextcloud:latest
docker tag bkraul/nextcloud:fpm-alpine docker-registry.belmankraul.com/bkraul/nextcloud:fpm-alpine