Merge pull request #435 from linuxserver/healthchecks-apprise-s6v3

deprecate healthchecks-apprise
This commit is contained in:
aptalca
2022-09-05 20:32:56 -04:00
committed by GitHub
7 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ services:
- SUPERUSER_EMAIL=SUPERUSER_EMAIL
- SUPERUSER_PASSWORD=SUPERUSER_PASSWORD
volumes:
- path to data on host:/config
- /path/to/data/on/host:/config
ports:
- 8000:8000
restart: unless-stopped
@@ -0,0 +1,18 @@
#!/usr/bin/with-contenv bash
echo '
**************************************************************************
**************************************************************************
**************************************************************************
**** ****
**** ****
**** healthchecks-apprise mod has been deprecated ****
**** ****
**** ****
**** apprise is now included in the main image ****
**** ****
**** ****
**************************************************************************
**************************************************************************
**************************************************************************
'
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-healthchecks-apprise-add-package/run