From 2f88114b660162f1f221d09a65543f7834483cf6 Mon Sep 17 00:00:00 2001 From: Carles Llobet Date: Tue, 10 May 2022 13:06:50 +0200 Subject: [PATCH] Update to work from DockerHub directly build: . commented for reference if manual build --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 08ac882..67d0451 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,8 +2,8 @@ version: '3.5' services: telegram-download-daemon: - build: . - image: telegram-download-daemon:latest + #build: . + image: alfem/telegram-download-daemon:latest environment: TELEGRAM_DAEMON_API_ID: "YOUR API ID HERE" TELEGRAM_DAEMON_API_HASH: "YOUR API HASH HERE" @@ -17,4 +17,4 @@ services: volumes: downloads: - sessions: \ No newline at end of file + sessions: