Updated README
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Executable
+5
@@ -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
|
||||||
|
|
||||||
Executable
+2
@@ -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
|
||||||
Reference in New Issue
Block a user