Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit 3d86e35

Browse files
Bot Updating Templated Files
1 parent 65e645c commit 3d86e35

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The architectures supported by this image are:
6161

6262
## Application Setup
6363

64-
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
64+
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
6565

6666
## Usage
6767

@@ -81,7 +81,7 @@ services:
8181
- TZ=Etc/UTC
8282
- CONTEXT_PATH=url-base #optional
8383
volumes:
84-
- /path/to/appdata/config:/config
84+
- /path/to/booksonic-air/config:/config
8585
- /path/to/audiobooks:/audiobooks
8686
- /path/to/podcasts:/podcasts
8787
- /path/to/othermedia:/othermedia
@@ -100,7 +100,7 @@ docker run -d \
100100
-e TZ=Etc/UTC \
101101
-e CONTEXT_PATH=url-base `#optional` \
102102
-p 4040:4040 \
103-
-v /path/to/appdata/config:/config \
103+
-v /path/to/booksonic-air/config:/config \
104104
-v /path/to/audiobooks:/audiobooks \
105105
-v /path/to/podcasts:/podcasts \
106106
-v /path/to/othermedia:/othermedia \
@@ -285,6 +285,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
285285

286286
## Versions
287287

288+
* **20.03.24:** - Rebase to Alpine 3.19.
288289
* **10.07.23:** - Rebase to Alpine 3.18.
289290
* **25.12.22:** - Rebase to Alpine 3.17, migrate to s6v3, bump jre to 11, deprecate armhf.
290291
* **18.04.22:** - Rebase to Alpine 3.15.

0 commit comments

Comments
 (0)