From 4b34070a7285a97777d44e78f7142d3ef31464ca Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Wed, 18 Jun 2025 08:37:10 +0100 Subject: [PATCH] docs: fix linting error (#3179) ### Description Small linting error that needed fixing --- docs/releases/4.3.0.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/4.3.0.mdx b/docs/releases/4.3.0.mdx index cbac60af9..e33fc46b0 100644 --- a/docs/releases/4.3.0.mdx +++ b/docs/releases/4.3.0.mdx @@ -32,7 +32,7 @@ Please see the [changelog](https://github.com/libretime/libretime/blob/main/CHAN ### Docker legacy volume -When deploying using Docker, the legacy volume is not updated automatically. +When deploying using Docker, the legacy volume isn't updated automatically. This results in fixes to the legacy service not being run by docker compose. The `libretime_assets` volume must be deleted before the upgrade. The bug is tracked in https://github.com/libretime/libretime/issues/3150.