Skip to content
Snippets Groups Projects
Commit b14b8ade authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'fixdoc' into 'develop'

Fix MUSIC_DIRECTORY_SERVE_PATH example value in configuration.rst

See merge request funkwhale/funkwhale!255
parents a662b9dc a1819aa8
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment