Skip to content

Commit

Permalink
Bot Updating Templated Files
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxServer-CI committed Mar 20, 2024
1 parent 65e645c commit 3d86e35
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The architectures supported by this image are:

## 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

Expand All @@ -81,7 +81,7 @@ services:
- TZ=Etc/UTC
- CONTEXT_PATH=url-base #optional
volumes:
- /path/to/appdata/config:/config
- /path/to/booksonic-air/config:/config
- /path/to/audiobooks:/audiobooks
- /path/to/podcasts:/podcasts
- /path/to/othermedia:/othermedia
Expand All @@ -100,7 +100,7 @@ docker run -d \
-e TZ=Etc/UTC \
-e CONTEXT_PATH=url-base `#optional` \
-p 4040:4040 \
-v /path/to/appdata/config:/config \
-v /path/to/booksonic-air/config:/config \
-v /path/to/audiobooks:/audiobooks \
-v /path/to/podcasts:/podcasts \
-v /path/to/othermedia:/othermedia \
Expand Down Expand Up @@ -285,6 +285,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **20.03.24:** - Rebase to Alpine 3.19.
* **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.
* **18.04.22:** - Rebase to Alpine 3.15.
Expand Down

0 comments on commit 3d86e35

Please sign in to comment.