mirror of
https://github.com/audiobookshelf/audiobookshelf-web.git
synced 2025-08-29 06:08:30 +02:00
Update docker install to ghcr
This commit is contained in:
parent
97aae185fa
commit
0f64c39e2d
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
<p class="mb-2 text-sm md:text-base">Multi-architecture image for amd64, arm64 and arm/v7</p>
|
||||
|
||||
<pre>
|
||||
<code class="language-bash">docker pull advplyr/audiobookshelf
|
||||
<code class="language-bash">docker pull ghcr.io/advplyr/audiobookshelf
|
||||
|
||||
docker run -d \
|
||||
-e AUDIOBOOKSHELF_UID=99 \
|
||||
|
@ -27,7 +27,7 @@ docker run -d \
|
|||
-v </path/to/config>:/config \
|
||||
-v </path/to/metadata>:/metadata \
|
||||
--name audiobookshelf \
|
||||
--rm advplyr/audiobookshelf</code>
|
||||
--rm ghcr.io/advplyr/audiobookshelf</code>
|
||||
</pre>
|
||||
|
||||
<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