From a2b56154a7a16a17e4182c99adf28abb31518c37 Mon Sep 17 00:00:00 2001 From: wunter8 Date: Mon, 27 Nov 2023 06:33:33 -0700 Subject: [PATCH] Update docker compose example Noticed that this wasn't consistent with the other paths --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index ec73a62d..453e3cfe 100644 --- a/docs/config.md +++ b/docs/config.md @@ -116,7 +116,7 @@ using Docker Compose (i.e. `docker-compose.yml`): NTFY_UPSTREAM_BASE_URL: https://ntfy.sh NTFY_WEB_PUSH_PUBLIC_KEY: NTFY_WEB_PUSH_PRIVATE_KEY: - NTFY_WEB_PUSH_FILE: /etc/ntfy/webpush.db + NTFY_WEB_PUSH_FILE: /var/lib/ntfy/webpush.db NTFY_WEB_PUSH_EMAIL_ADDRESS: volumes: - ./:/var/lib/ntfy