mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-05-01 04:35:35 +02:00
Use int comparison for checking hooks
This commit is contained in:
@@ -249,10 +249,11 @@ You can populate below template according to your requirements and use it as you
|
||||
|
||||
# NOTIFICATION_URLS=smtp://username:password@host:587/?fromAddress=sender@example.com&toAddresses=recipient@example.com
|
||||
|
||||
# By default, notifications will only be sent out when a backup run fails.
|
||||
# To receive notifications for every run, set `NOTIFICATION_LEVEL` to `always`
|
||||
# By default, notifications will only be sent out when a backup run fails
|
||||
# (i.e. `error`). To receive notifications for every run, set
|
||||
# `NOTIFICATION_LEVEL` to `info`
|
||||
|
||||
# NOTIFICATION_LEVEL="always"
|
||||
# NOTIFICATION_LEVEL="info"
|
||||
|
||||
########### EMAIL NOTIFICATIONS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user