From c7ce543704d4646ca10e4a28fef41576699cf1a4 Mon Sep 17 00:00:00 2001 From: Lachlan Wisdom <34927628+its-wizza@users.noreply.github.com> Date: Tue, 13 Jan 2026 22:53:15 +1100 Subject: [PATCH] Update ownership settings in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d645aad..248a4e4 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Certain values can be set via environment variables, using the `-e` parameter on * __TEMP_DIR__: Path where intermediary download files will be saved. Defaults to `/downloads` in the Docker image, and `.` otherwise. * Set this to an SSD or RAM filesystem (e.g., `tmpfs`) for better performance. * __Note__: Using a RAM filesystem may prevent downloads from being resumed. -* __CHOWN_DOWNLOAD_DIR__: If `false`, ownership of __DOWNLOAD_DIR__ and its contents will not be set on container start. Does not have any effect if __DOWNLOAD_DIR__ does not exist already. Defaults to `true`. +* __CHOWN_DIRS__: If `false`, ownership of `DOWNLOAD_DIR`, `STATE_DIR`, and `TEMP_DIR` (and their contents) will not be set on container start. Ensure user under which MeTube runs has necessary access to these directories already. Defaults to `true`. ### 📝 File Naming & yt-dlp