update 26.7.26
This commit is contained in:
@@ -81,10 +81,10 @@ Make sure you have **docker** and **docker-compose** installed
|
||||
```sh
|
||||
docker pull tangyoha/telegram_media_downloader:latest
|
||||
mkdir -p ~/app && mkdir -p ~/app/log/ && cd ~/app
|
||||
wget https://raw.githubusercontent.com/tangyoha/telegram_media_downloader/master/docker-compose.yaml -O docker-compose.yaml
|
||||
wget https://raw.githubusercontent.com/tangyoha/telegram_media_downloader/master/docker-compose.yaml -O compose.yml
|
||||
wget https://raw.githubusercontent.com/tangyoha/telegram_media_downloader/master/config.yaml -O config.yaml
|
||||
wget https://raw.githubusercontent.com/tangyoha/telegram_media_downloader/master/data.yaml -O data.yaml
|
||||
# vi config.yaml and docker-compose.yaml
|
||||
# vi config.yaml and compose.yml
|
||||
vi config.yaml
|
||||
|
||||
# The first time you need to start the foreground
|
||||
|
||||
@@ -82,10 +82,10 @@ pip3 install -r requirements.txt
|
||||
```sh
|
||||
docker pull tangyoha/telegram_media_downloader:latest
|
||||
mkdir -p ~/app && mkdir -p ~/app/log/ && cd ~/app
|
||||
wget https://raw.githubusercontent.com/tangyoha/telegram_media_downloader/blob/master/docker-compose.yaml -O docker-compose.yaml
|
||||
wget https://raw.githubusercontent.com/tangyoha/telegram_media_downloader/blob/master/docker-compose.yaml -O compose.yml
|
||||
wget https://raw.githubusercontent.com/tangyoha/telegram_media_downloader/blob/master/config.yaml -O config.yaml
|
||||
wget https://raw.githubusercontent.com/tangyoha/telegram_media_downloader/blob/master/data.yaml -O data.yaml
|
||||
# vi config.yaml and docker-compose.yaml
|
||||
# vi config.yaml and compose.yml
|
||||
vi config.yaml
|
||||
|
||||
# 第一次需要前台启动
|
||||
|
||||
Reference in New Issue
Block a user