docs(docker): Revert example bind mount volumes
Per [PR feedback](https://github.com/jmbannon/ytdl-sub/pull/1310#discussion_r2306067263).
This commit is contained in:
parent
c3158afe5f
commit
b38d4d4d9d
1 changed files with 3 additions and 3 deletions
|
|
@ -19,9 +19,9 @@ defaults. Tell ``ytdl-sub`` where to put your media using :ref:`overrides
|
|||
|
||||
__preset__:
|
||||
overrides:
|
||||
tv_show_directory: "/media/Library/Videos/Series"
|
||||
music_directory: "/media/Library/Music"
|
||||
music_video_directory: "/media/Library/Videos/Music"
|
||||
tv_show_directory: "/tv_shows"
|
||||
music_directory: "/music"
|
||||
music_video_directory: "/music_videos"
|
||||
|
||||
See the reference documentation for details about :ref:`the '__preset__:' special key
|
||||
<config_reference/subscription_yaml:file preset>`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue