From 87a6419f4758ec6a5cee95b88972698c80fb17da Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 9 Feb 2025 09:32:43 +0100 Subject: [PATCH] Add option allow_unplayable_formats --- docker-compose.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2126dfc..0a8a2ac 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 \ No newline at end of file + DELETE_FILE_ON_TRASHCAN: true + YTDL_OPTIONS: {"allow_unplayable_formats":true}