summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-21 22:43:01 +0000
committerAndrew Dolgov <[email protected]>2023-10-21 22:43:01 +0000
commitda112f763b07119b27660b764a62b96e99cf03a4 (patch)
tree8cafe322ff3fbc6c4eb1f3ebe552b2c7ac4e2c92
parent6ef51b019067b7d70974e360f1afd0e42871195a (diff)
Update InstallationNotes
-rw-r--r--InstallationNotes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index a279ca7..6d1ff30 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -135,6 +135,10 @@ volumes:
## FAQ
+### Your images won't run on RaspberryPi!
+
+Sorry, I only make AMD64 images, dealing with cross-platform buildx is just too much effort. You'll have to make your own images if you use ARM by saving above compose file and running `docker-compose build`.
+
### I'm using docker-compose.override.yml and now I'm getting schema update (and other) strange issues
Alternatively, you've changed something related to `/var/www/html/tt-rss` in `docker-compose.yml`.