fix(docker): Cleanup leaked host specific path
From [Discord support post](https://discord.com/channels/994270357957648404/1413677710936641537/1413677710936641537).
This commit is contained in:
parent
2e67a57bc9
commit
bd1d37cb73
1 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue