Add option allow_unplayable_formats
This commit is contained in:
+6
-3
@@ -26,8 +26,10 @@ 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:
|
||||||
cpu_shares: 768
|
limits:
|
||||||
|
memory: 6g
|
||||||
|
cpu_shares: 768
|
||||||
network_mode: service:vpn
|
network_mode: service:vpn
|
||||||
depends_on:
|
depends_on:
|
||||||
- vpn
|
- vpn
|
||||||
@@ -39,4 +41,5 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
UID: 1000
|
UID: 1000
|
||||||
GID: 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