mirror of
https://github.com/audiobookshelf/audiobookshelf-web.git
synced 2025-09-01 07:20:10 +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:
|
ports:
|
||||||
- 13378:80
|
- 13378:80
|
||||||
volumes:
|
volumes:
|
||||||
- </path/to/config>:/audiobooks
|
- </path/to/audiobooks>:/audiobooks
|
||||||
- </path/to/config>:/podcasts
|
- </path/to/podcasts>:/podcasts
|
||||||
- </path/to/config>:/config
|
- </path/to/config>:/config
|
||||||
- </path/to/config>:/metadata</code>
|
- </path/to/metadata>:/metadata</code>
|
||||||
</pre>
|
</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: 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>
|
<p class="text-error">Note: Volume mappings should all be separate directories that are not contained in eachother.</p>
|
||||||
|
|
|
@ -54,10 +54,10 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 13378:80
|
- 13378:80
|
||||||
volumes:
|
volumes:
|
||||||
- </path/to/config>:/audiobooks
|
- </path/to/audiobooks>:/audiobooks
|
||||||
- </path/to/config>:/podcasts
|
- </path/to/podcasts>:/podcasts
|
||||||
- </path/to/config>:/config
|
- </path/to/config>:/config
|
||||||
- </path/to/config>:/metadata</code>
|
- </path/to/metadata>:/metadata</code>
|
||||||
</pre>
|
</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: Remember to change the path to your actual directory and remove the <> symbols </p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue