Add option allow_unplayable_formats
This commit is contained in:
+6
-3
@@ -26,8 +26,10 @@ services:
|
||||
image: ghcr.io/alexta69/metube
|
||||
healthcheck:
|
||||
test: curl -f http://localhost:8081/ || exit 1
|
||||
mem_limit: 6g
|
||||
cpu_shares: 768
|
||||
resources:
|
||||
limits:
|
||||
memory: 6g
|
||||
cpu_shares: 768
|
||||
network_mode: service:vpn
|
||||
depends_on:
|
||||
- vpn
|
||||
@@ -39,4 +41,5 @@ services:
|
||||
environment:
|
||||
UID: 1000
|
||||
GID: 1000
|
||||
DELETE_FILE_ON_TRASHCAN: true
|
||||
DELETE_FILE_ON_TRASHCAN: true
|
||||
YTDL_OPTIONS: {"allow_unplayable_formats":true}
|
||||
|
||||
Reference in New Issue
Block a user