File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ docker run -it --rm \
62
62
-e LOG_LEVEL=info \
63
63
-e PORT=8156 \
64
64
# 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} \
66
66
# one of: debug info warn error
67
- # -e AppriseNotifyLevel =warn \
67
+ # -e APPRISE_NOTIFY_LEVEL =warn \
68
68
-v ./config/:/app/config/ \
69
69
# Uncomment if using Restic with a password file
70
70
# -v ./.resticpwd:/secrets/.resticpwd \
@@ -92,9 +92,9 @@ services:
92
92
- LOG_LEVEL=info
93
93
- PORT=8156
94
94
# 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}
96
96
# one of: debug info warn error
97
- # - AppriseNotifyLevel =warn
97
+ # - APPRISE_NOTIFY_LEVEL =warn
98
98
volumes :
99
99
- ./config/:/app/config/
100
100
# Uncomment if using Restic with a password file
You can’t perform that action at this time.
0 commit comments