From 569568b038cb5f2a87f208bdaed8165534a4d30d Mon Sep 17 00:00:00 2001 From: ildyria Date: Sat, 26 Oct 2024 00:50:24 +0200 Subject: [PATCH] add Docker new path info --- docs/releases.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/releases.md b/docs/releases.md index 589c35f..7a72272 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -62,6 +62,14 @@ If you enjoy using Lychee, please consider [supporting us](https://github.com/sp Thank you for helping us keep Lychee alive and growing! +#### Important Docker Changes + +If you are consuming Lychee via Docker, you will probably need to update your `docker-compose.yml` file. +In order solve the issue of temporary folder in container, we added an extra volume `/lychee-tmp` which +by default with the updated `docker-compose.yml` will be mapped to `./lychee/tmp`, see [here](https://github.com/LycheeOrg/Lychee-Docker/blob/master/docker-compose.yml). + +This volume allows you to control the temporary folder and avoid the issue of running out of space in the container. + #### Changes `SE` refers to functionalities that are aimed at the Supporter Edition.