summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-11-02 10:45:16 +0000
committerAndrew Dolgov <[email protected]>2023-11-02 10:45:16 +0000
commit36e82ef12e7317758be13716853de5a30d5763ba (patch)
treeb373cd0be2ebc6fac4a423e69f5a0e0c0dbf4b76
parentef11e7e5fb1e2e329cebb93b7ab1e6c42db518e2 (diff)
Update InstallationNotes
-rw-r--r--InstallationNotes.md4
1 files changed, 3 insertions, 1 deletions
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.