🐛 Fix example paths for Docker Compose

This commit is contained in:
Mike Gerber 2022-09-16 00:05:06 +02:00
parent 8d39ba823d
commit c231d88001
2 changed files with 6 additions and 6 deletions

View file

@ -18,10 +18,10 @@ services:
ports:
- 13378:80
volumes:
- </path/to/config>:/audiobooks
- </path/to/config>:/podcasts
- </path/to/audiobooks>:/audiobooks
- </path/to/podcasts>:/podcasts
- </path/to/config>:/config
- &lt;/path/to/config>:/metadata</code>
- &lt;/path/to/metadata>:/metadata</code>
</pre>
<p class="text-error">Note: Remember to change the path to your actual directory and remove the &#60;&#62; symbols</p>
<p class="text-error">Note: Volume mappings should all be separate directories that are not contained in eachother.</p>