Updated README
This commit is contained in:
parent
52564fae15
commit
a973b36741
|
@ -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
5
fpm-alpine/push-local
Executable 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
2
fpm-alpine/tag-local
Executable 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
|
Loading…
Reference in New Issue
Block a user