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:
parent
6b86e5efdf
commit
25e6946563
1 changed files with 9 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue