docs(docker): Clarify where the configuration is

The docs move from installation with Docker straight to modifying the configuration
without detailing where those files are.
This commit is contained in:
Ross Patterson 2025-08-11 02:40:25 +00:00
parent 6b86e5efdf
commit 25e6946563
No known key found for this signature in database
GPG key ID: 2EFF7CCE6828E359

View file

@ -152,3 +152,11 @@ If you prefer to only run the container once, you can use the CLI command instea
-v <OPTIONAL/path/to/music_videos>:/music_videos \ -v <OPTIONAL/path/to/music_videos>:/music_videos \
-v <OPTIONAL/path/to/music>:/music \ -v <OPTIONAL/path/to/music>:/music \
ghcr.io/jmbannon/ytdl-sub-gui:latest ghcr.io/jmbannon/ytdl-sub-gui:latest
Configuration
-------------
In these examples, the configuration files will be at
``<path/to/ytdl-sub/config>/config.yaml`` and
``<path/to/ytdl-sub/config>/subscriptions.yaml``. Starting the container the first time
will populate those files with default examples.