diff --git a/README.md b/README.md index 7d073ee..758a325 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Backup solution for Docker volumes based on Duplicity "gdrive://111111111111-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.apps.googleusercontent.com/${COMPOSE_PROJECT_NAME}?myDriveFolderID=1_AAAAAAAAAA-BBBBBBBBBBBBBBBBBBBB" # If you're planning to use ntfy, set this to the full URL of the topic you'd like to receive notifications at. # An example: `ntfy.sh/ko7OC50phzmh1ZMQ` - ga_ntfy: &ntfy + ga_ntfy: &ga_ntfy "" ``` @@ -149,4 +149,4 @@ Backup solution for Docker volumes based on Duplicity > ```bash > # This unfortunately requires root access, since the port we have to tunnel, 80, has a number lower than 1024. > sudo ssh -L 80:80 yourserver -> ``` \ No newline at end of file +> ```