From 36e82ef12e7317758be13716853de5a30d5763ba Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 2 Nov 2023 10:45:16 +0000 Subject: Update InstallationNotes --- InstallationNotes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/InstallationNotes.md b/InstallationNotes.md index 9b7c95c..16f12c0 100644 --- a/InstallationNotes.md +++ b/InstallationNotes.md @@ -145,6 +145,8 @@ services: build: dockerfile: .docker/app/Dockerfile context: https://git.tt-rss.org/fox/tt-rss.git + args: + BUILDKIT_CONTEXT_KEEP_GIT_DIR: 1 web-nginx: image: cthulhoo/ttrss-web-nginx:latest @@ -153,7 +155,7 @@ services: context: https://git.tt-rss.org/fox/tt-rss.git ``` -In order to see version information in the UI, you'll also need to [set a few environment variables](https://community.tt-rss.org/t/tiny-tiny-rss-vunknown-unsupported/6187/7?u=fox) before building. +`BUILDKIT_CONTEXT_KEEP_GIT_DIR` build argument is needed to display tt-rss version properly. If that doesn't work for you (no BuildKit?) you can have to use resort to terrible hacks, as described in this thread: https://community.tt-rss.org/t/tiny-tiny-rss-vunknown-unsupported/6187/7 Note that self-built images are not supported. -- cgit v1.2.3