kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
bbcda4335b
commit
bf646a7320
|
@ -38,7 +38,7 @@ The architectures supported by this image are:
|
||||||
|
|
||||||
## Application Setup
|
## Application Setup
|
||||||
|
|
||||||
Whilst this is a more up to date rebase of the original Booksonic server, upgrading in place is not supported and a fresh install has been recommended. Default user/pass is admin/admin
|
While this is a more up to date rebase of the original Booksonic server, upgrading in place is not supported and a fresh install has been recommended. Default user/pass is admin/admin
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ services:
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
- CONTEXT_PATH=url-base #optional
|
- CONTEXT_PATH=url-base #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/appdata/config:/config
|
- /path/to/booksonic-air/config:/config
|
||||||
- /path/to/audiobooks:/audiobooks
|
- /path/to/audiobooks:/audiobooks
|
||||||
- /path/to/podcasts:/podcasts
|
- /path/to/podcasts:/podcasts
|
||||||
- /path/to/othermedia:/othermedia
|
- /path/to/othermedia:/othermedia
|
||||||
|
@ -77,7 +77,7 @@ docker run -d \
|
||||||
-e TZ=Etc/UTC \
|
-e TZ=Etc/UTC \
|
||||||
-e CONTEXT_PATH=url-base `#optional` \
|
-e CONTEXT_PATH=url-base `#optional` \
|
||||||
-p 4040:4040 \
|
-p 4040:4040 \
|
||||||
-v /path/to/appdata/config:/config \
|
-v /path/to/booksonic-air/config:/config \
|
||||||
-v /path/to/audiobooks:/audiobooks \
|
-v /path/to/audiobooks:/audiobooks \
|
||||||
-v /path/to/podcasts:/podcasts \
|
-v /path/to/podcasts:/podcasts \
|
||||||
-v /path/to/othermedia:/othermedia \
|
-v /path/to/othermedia:/othermedia \
|
||||||
|
@ -281,6 +281,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **20.03.24:** - Rebase to Alpine 3.19.
|
||||||
* **10.07.23:** - Rebase to Alpine 3.18.
|
* **10.07.23:** - Rebase to Alpine 3.18.
|
||||||
* **25.12.22:** - Rebase to Alpine 3.17, migrate to s6v3, bump jre to 11, deprecate armhf.
|
* **25.12.22:** - Rebase to Alpine 3.17, migrate to s6v3, bump jre to 11, deprecate armhf.
|
||||||
* **18.04.22:** - Rebase to Alpine 3.15.
|
* **18.04.22:** - Rebase to Alpine 3.15.
|
||||||
|
|
Ładowanie…
Reference in New Issue