Add option allow_unplayable_formats

This commit is contained in:
2025-02-09 09:32:43 +01:00
parent 4fda14e4e8
commit 87a6419f47
+4 -1
View File
@@ -26,7 +26,9 @@ services:
image: ghcr.io/alexta69/metube image: ghcr.io/alexta69/metube
healthcheck: healthcheck:
test: curl -f http://localhost:8081/ || exit 1 test: curl -f http://localhost:8081/ || exit 1
mem_limit: 6g resources:
limits:
memory: 6g
cpu_shares: 768 cpu_shares: 768
network_mode: service:vpn network_mode: service:vpn
depends_on: depends_on:
@@ -40,3 +42,4 @@ services:
UID: 1000 UID: 1000
GID: 1000 GID: 1000
DELETE_FILE_ON_TRASHCAN: true DELETE_FILE_ON_TRASHCAN: true
YTDL_OPTIONS: {"allow_unplayable_formats":true}