From bd1d37cb73ec598ba9993a32efb07892a55ad041 Mon Sep 17 00:00:00 2001 From: Ross Patterson Date: Fri, 5 Sep 2025 17:41:26 -0700 Subject: [PATCH] fix(docker): Cleanup leaked host specific path From [Discord support post](https://discord.com/channels/994270357957648404/1413677710936641537/1413677710936641537). --- docker/root/defaults/config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker/root/defaults/config.yaml b/docker/root/defaults/config.yaml index 4efdcd6c..f58893db 100644 --- a/docker/root/defaults/config.yaml +++ b/docker/root/defaults/config.yaml @@ -14,9 +14,9 @@ # ytdl-sub --dry-run --config config.yaml sub subscriptions.yaml # # See the documentation above on how to build your own custom presets. -# -configuration: - # Avoid unnecessarily long large file renames, set this to a path on the same - # filesystem as the destination for downloaded files in the `overrides: / - # *_directory:` paths: - working_directory: "/media/Library/tmp/.ytdl-sub-working-directory" + +# Avoid unnecessarily long large file renames, set this to a path on the same +# filesystem as the destination for downloaded files in the `overrides: / +# *_directory:` paths, and then un-comment: +# configuration: +# working_directory: "/media/Library/tmp/.ytdl-sub-working-directory"