From ec80585dca459f4c0eacff64e4b23ce9bebdb4de Mon Sep 17 00:00:00 2001 From: Aman Singh Katal Date: Fri, 22 Nov 2024 20:55:42 +0530 Subject: [PATCH] Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 606d165..034457a 100644 --- a/README.md +++ b/README.md @@ -38,16 +38,13 @@ docker run -d \ ghcr.io/besoeasy/telearia:main ``` -OR ```bash -docker run -d \ - --name telearia \ - --restart unless-stopped \ - --network host \ + // You can also mount download folder -v /home/$USER/telearia:/tmp/downloads \ - -e TELEGRAMBOT=Telegram-Bot-Token \ - ghcr.io/besoeasy/telearia:main + + // You can also set custom url for telearia + -e TUNNELURL=http://localhost:6799 \ ``` ### Tunnel Setup