Update instructions
Assuming your checked out version of musicbrainz-docker
is v-2021-05-19
or later, then just run:
git fetch --tags origin && \
git checkout v-2022-03-14 && \
sudo docker-compose up --build -d
Changes
- Upgrade MusicBrainz Server to
v-2022-03-14
It now supports connecting to more than one Redis instance for migration. - Improve initializing the container
indexer
for customization and development:
Live search now overridescommand
only instead of overridingentrypoint
and erasingcommand
. - Make search helper scripts compatible with Docker Compose 2.
- Drop using
apt-key
which is deprecated since 2021.