Fix YouTube 500 error (n-challenge) and Telegram callback_data overflow
This commit is contained in:
parent
4629535e97
commit
326eabaa99
12 changed files with 292 additions and 254 deletions
|
|
@ -3,17 +3,10 @@ services:
|
|||
build: .
|
||||
container_name: instagram_downloader_service
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5556:5556"
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ./downloads:/app/downloads
|
||||
- ./instagram_cookies.txt:/app/instagram_cookies.txt
|
||||
environment:
|
||||
- INSTAGRAM_COOKIES_FILE=/app/instagram_cookies.txt
|
||||
- PORT=5556
|
||||
dns:
|
||||
- 8.8.8.8
|
||||
- 8.8.4.4
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue