mirror of
https://github.com/audiobookshelf/audiobookshelf-web.git
synced 2025-08-31 06:59:31 +02:00
🐛 Fix example paths for Docker Compose
This commit is contained in:
parent
8d39ba823d
commit
c231d88001
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
- </path/to/config>:/metadata</code>
|
||||
- </path/to/metadata>:/metadata</code>
|
||||
</pre>
|
||||
<p class="text-error">Note: Remember to change the path to your actual directory and remove the <> symbols</p>
|
||||
<p class="text-error">Note: Volume mappings should all be separate directories that are not contained in eachother.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue