Merge branch 'fixdoc' into 'develop'

Fix MUSIC_DIRECTORY_SERVE_PATH example value in configuration.rst

See merge request funkwhale/funkwhale!255
This commit is contained in:
Eliot Berriot 2018-06-14 18:55:09 +00:00
commit b14b8ade6d
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,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.