You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ The architectures supported by this image are:
61
61
62
62
## Application Setup
63
63
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
65
65
66
66
## Usage
67
67
@@ -81,7 +81,7 @@ services:
81
81
- TZ=Etc/UTC
82
82
- CONTEXT_PATH=url-base #optional
83
83
volumes:
84
-
- /path/to/appdata/config:/config
84
+
- /path/to/booksonic-air/config:/config
85
85
- /path/to/audiobooks:/audiobooks
86
86
- /path/to/podcasts:/podcasts
87
87
- /path/to/othermedia:/othermedia
@@ -100,7 +100,7 @@ docker run -d \
100
100
-e TZ=Etc/UTC \
101
101
-e CONTEXT_PATH=url-base `#optional` \
102
102
-p 4040:4040 \
103
-
-v /path/to/appdata/config:/config \
103
+
-v /path/to/booksonic-air/config:/config \
104
104
-v /path/to/audiobooks:/audiobooks \
105
105
-v /path/to/podcasts:/podcasts \
106
106
-v /path/to/othermedia:/othermedia \
@@ -285,6 +285,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
285
285
286
286
## Versions
287
287
288
+
***20.03.24:** - Rebase to Alpine 3.19.
288
289
***10.07.23:** - Rebase to Alpine 3.18.
289
290
***25.12.22:** - Rebase to Alpine 3.17, migrate to s6v3, bump jre to 11, deprecate armhf.
0 commit comments