mirror of
https://github.com/alfem/telegram-download-daemon.git
synced 2025-03-01 00:24:46 +08:00
Update to work from DockerHub directly
build: . commented for reference if manual build
This commit is contained in:
parent
36313c81fd
commit
2f88114b66
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ version: '3.5'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
telegram-download-daemon:
|
telegram-download-daemon:
|
||||||
build: .
|
#build: .
|
||||||
image: telegram-download-daemon:latest
|
image: alfem/telegram-download-daemon:latest
|
||||||
environment:
|
environment:
|
||||||
TELEGRAM_DAEMON_API_ID: "YOUR API ID HERE"
|
TELEGRAM_DAEMON_API_ID: "YOUR API ID HERE"
|
||||||
TELEGRAM_DAEMON_API_HASH: "YOUR API HASH HERE"
|
TELEGRAM_DAEMON_API_HASH: "YOUR API HASH HERE"
|
||||||
|
@ -17,4 +17,4 @@ services:
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
downloads:
|
downloads:
|
||||||
sessions:
|
sessions:
|
||||||
|
|
Loading…
Reference in a new issue