fix(docker): Cleanup leaked host specific path

From [Discord support
post](https://discord.com/channels/994270357957648404/1413677710936641537/1413677710936641537).
This commit is contained in:
Ross Patterson 2025-09-05 17:41:26 -07:00
parent 2e67a57bc9
commit bd1d37cb73
No known key found for this signature in database
GPG key ID: 2EFF7CCE6828E359

View file

@ -14,9 +14,9 @@
# ytdl-sub --dry-run --config config.yaml sub subscriptions.yaml # ytdl-sub --dry-run --config config.yaml sub subscriptions.yaml
# #
# See the documentation above on how to build your own custom presets. # 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 # Avoid unnecessarily long large file renames, set this to a path on the same
# filesystem as the destination for downloaded files in the `overrides: / # filesystem as the destination for downloaded files in the `overrides: /
# *_directory:` paths: # *_directory:` paths, and then un-comment:
working_directory: "/media/Library/tmp/.ytdl-sub-working-directory" # configuration:
# working_directory: "/media/Library/tmp/.ytdl-sub-working-directory"