Skip to content

Commit

Permalink
add Docker new path info
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Oct 25, 2024
1 parent 9f2352c commit 569568b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 569568b

Please sign in to comment.