Skip to content

Commit ae6ae96

Browse files
committed
Update README.md
1 parent 0b76441 commit ae6ae96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ docker run -it --rm \
6262
-e LOG_LEVEL=info \
6363
-e PORT=8156 \
6464
# Check apprise for supported services (https://github.com/caronc/apprise?tab=readme-ov-file#supported-notifications)
65-
# -e AppriseUrl=ntfys://{token}@{hostname}/{topics} \
65+
# -e APPRISE_URL=ntfys://{token}@{hostname}/{topics} \
6666
# one of: debug info warn error
67-
# -e AppriseNotifyLevel=warn \
67+
# -e APPRISE_NOTIFY_LEVEL=warn \
6868
-v ./config/:/app/config/ \
6969
# Uncomment if using Restic with a password file
7070
# -v ./.resticpwd:/secrets/.resticpwd \
@@ -92,9 +92,9 @@ services:
9292
- LOG_LEVEL=info
9393
- PORT=8156
9494
# Check apprise for supported services (https://github.com/caronc/apprise?tab=readme-ov-file#supported-notifications)
95-
# - AppriseUrl=ntfys://{token}@{hostname}/{topics}
95+
# - APPRISE_URL=ntfys://{token}@{hostname}/{topics}
9696
# one of: debug info warn error
97-
# - AppriseNotifyLevel=warn
97+
# - APPRISE_NOTIFY_LEVEL=warn
9898
volumes:
9999
- ./config/:/app/config/
100100
# Uncomment if using Restic with a password file

0 commit comments

Comments
 (0)