From f9399a3979fc51697aa083d17669d731a1cf9982 Mon Sep 17 00:00:00 2001 From: udev <95130644+thebigbone@users.noreply.github.com> Date: Tue, 30 May 2023 15:57:54 +0530 Subject: [PATCH] some small tweaks to compose file --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index b76de6c..56726d6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,6 +4,8 @@ services: telegram-download-daemon: #build: . image: alfem/telegram-download-daemon:latest + container_name: telegram-download + read_only: true environment: TELEGRAM_DAEMON_API_ID: "YOUR API ID HERE" TELEGRAM_DAEMON_API_HASH: "YOUR API HASH HERE"