From 2f949552a833966fd4ce76ad648f3534567b74c5 Mon Sep 17 00:00:00 2001 From: Niyazaki <34636175+niyazaki@users.noreply.github.com> Date: Wed, 6 Mar 2024 18:28:06 +0100 Subject: [PATCH] fix .env typo (#191) --- docker-compose/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/.env b/docker-compose/.env index 6f18478..66fc4ac 100644 --- a/docker-compose/.env +++ b/docker-compose/.env @@ -50,7 +50,7 @@ QBITTORRENT_PRIVOXY_PORT=8118 # Setup instructions https://trash-guides.info/Hardlinks/How-to-setup-for/Synology/#pullio-auto-update-docker-compose-the-correct-way # If you want your containers to be updated PULLIO_UPDATE=true -# If you want a notification when there's a update, onyl discord webhook notifications is supported. +# If you want a notification when there's a update, only discord webhook notifications is supported. # Adding no discord webhook will disable the notifications!!! # check for more info https://hotio.dev/pullio/ and how to add the webhook. PULLIO_NOTIFY=true