mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-15 04:43:01 -04:00
Merge pull request #440 from linuxserver/letsencrypt-imagemagick-deprecate
deprecate
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# THIS MOD HAS BEEN DEPRECATED - Please use [swag-imagemagick](https://github.com/linuxserver/docker-mods/tree/swag-imagemagick) instead
|
||||
|
||||
# Imagemagick - Docker mod for nginx/letsencrypt
|
||||
|
||||
This mod adds imagemagick and the php7 imagick module to nginx/letsencrypt, to be installed/updated during container start.
|
||||
|
||||
@@ -1,5 +1,26 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
echo '
|
||||
**************************************************************************
|
||||
**************************************************************************
|
||||
**************************************************************************
|
||||
**** ****
|
||||
**** ****
|
||||
**** letsencrypt-imagemagick mod has been deprecated ****
|
||||
**** ****
|
||||
**** ****
|
||||
**** Please use swag-imagemagick instead ****
|
||||
**** ****
|
||||
**** ****
|
||||
**** https://github.com/linuxserver/docker-mods/tree/swag-imagemagick ****
|
||||
**** ****
|
||||
**** ****
|
||||
**************************************************************************
|
||||
**************************************************************************
|
||||
**************************************************************************
|
||||
'
|
||||
|
||||
|
||||
echo "**** installing imagemagick ****"
|
||||
apk add --no-cache \
|
||||
php7-pecl-imagick \
|
||||
|
||||
Reference in New Issue
Block a user