Add option allow_unplayable_formats

This commit is contained in:
2025-02-09 09:32:43 +01:00
parent 4fda14e4e8
commit 87a6419f47
+6 -3
View File
@@ -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}