mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 08:48:27 -04:00
Merge pull request #435 from linuxserver/healthchecks-apprise-s6v3
deprecate healthchecks-apprise
This commit is contained in:
@@ -28,7 +28,7 @@ services:
|
|||||||
- SUPERUSER_EMAIL=SUPERUSER_EMAIL
|
- SUPERUSER_EMAIL=SUPERUSER_EMAIL
|
||||||
- SUPERUSER_PASSWORD=SUPERUSER_PASSWORD
|
- SUPERUSER_PASSWORD=SUPERUSER_PASSWORD
|
||||||
volumes:
|
volumes:
|
||||||
- path to data on host:/config
|
- /path/to/data/on/host:/config
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
restart: unless-stopped
|
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 @@
|
|||||||
|
oneshot
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
/etc/s6-overlay/s6-rc.d/init-mod-healthchecks-apprise-add-package/run
|
||||||
Reference in New Issue
Block a user