Fix MUSIC_DIRECTORY_SERVE_PATH example value in configuration.rst

merge-requests/261/head
Julien Veyssier 2018-06-13 13:55:44 +00:00
rodzic c6b79bcd75
commit a1819aa8ad
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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.