From a1819aa8ada7313c93d54e5a962ee45dd99c8d6e Mon Sep 17 00:00:00 2001 From: Julien Veyssier <eneiluj@posteo.net> Date: Wed, 13 Jun 2018 13:55:44 +0000 Subject: [PATCH] Fix MUSIC_DIRECTORY_SERVE_PATH example value in configuration.rst --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 46756bb2..14c36fb8 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -112,7 +112,7 @@ in your :file:`docker-compose.yml` file:: - /srv/funkwhale/data/music:/music:ro Then, the value of :ref:`setting-MUSIC_DIRECTORY_SERVE_PATH` should be -``/srv/funkwhale/data``. This must be readable by the webserver. +``/srv/funkwhale/data/music``. This must be readable by the webserver. On non-docker setup, you don't need to configure this setting. -- GitLab