From d132206215936811b585b63a31506c74abda502d Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 18 Jan 2024 01:15:50 +0100 Subject: [PATCH] Update README.md add notes --- examples/leantime/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/leantime/README.md b/examples/leantime/README.md index 0c65a49..d81ea70 100644 --- a/examples/leantime/README.md +++ b/examples/leantime/README.md @@ -1,3 +1,9 @@ # References - https://github.com/Leantime/docker-leantime + +# Notes + +Ensure to define the variable `LEAN_APP_URL` in the `.env` file. + +Otherwise, you may get errors (CSS/JS not properly loaded). Especially if you use a reverse proxy in front.