From 25e6946563ca756e035b68e730b597c04ffcfa06 Mon Sep 17 00:00:00 2001 From: Ross Patterson Date: Mon, 11 Aug 2025 02:40:25 +0000 Subject: [PATCH] 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. --- docs/source/guides/install/docker.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/source/guides/install/docker.rst b/docs/source/guides/install/docker.rst index c2faa84a..b9813e94 100644 --- a/docs/source/guides/install/docker.rst +++ b/docs/source/guides/install/docker.rst @@ -151,4 +151,12 @@ If you prefer to only run the container once, you can use the CLI command instea -v :/movies \ -v :/music_videos \ -v :/music \ - ghcr.io/jmbannon/ytdl-sub-gui:latest \ No newline at end of file + ghcr.io/jmbannon/ytdl-sub-gui:latest + +Configuration +------------- + +In these examples, the configuration files will be at +``/config.yaml`` and +``/subscriptions.yaml``. Starting the container the first time +will populate those files with default examples.