Skip to content

Commit 181ca07

Browse files
authored
fix: syntax error in docker compose file (#8)
1 parent 582156c commit 181ca07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
# Cron
2222
- CRON_SCHEDULE=${CRON_SCHEDULE:-0 1 * * *}
2323
# NTFY
24-
- NTFY_SERVER=${NTFY_SERVER:https://ntfy.sh}
24+
- NTFY_SERVER=${NTFY_SERVER:-https://ntfy.sh}
2525
- NTFY_TOPIC=${NTFY_TOPIC}
2626
- NTFY_USERNAME=${NTFY_USERNAME}
2727
- NTFY_PASSWORD=${NTFY_PASSWORD}

0 commit comments

Comments
 (0)