We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582156c commit 181ca07Copy full SHA for 181ca07
docker-compose.yml
@@ -21,7 +21,7 @@ services:
21
# Cron
22
- CRON_SCHEDULE=${CRON_SCHEDULE:-0 1 * * *}
23
# NTFY
24
- - NTFY_SERVER=${NTFY_SERVER:https://ntfy.sh}
+ - NTFY_SERVER=${NTFY_SERVER:-https://ntfy.sh}
25
- NTFY_TOPIC=${NTFY_TOPIC}
26
- NTFY_USERNAME=${NTFY_USERNAME}
27
- NTFY_PASSWORD=${NTFY_PASSWORD}
0 commit comments