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.