no matching manifest for linux/arm64/v8 in the manifest list entries (Docker on Raspberry Pi) #904
Replies: 3 comments
-
|
I've also tried using the 1-liner install, and I get the same thing: ╔═════════════════════════════════════════════════════════════════════════╗ 🚀 Starting installation — Wed 29 Oct 00:19:27 EDT 2025 ℹ️ Checking system dependencies... 🛠️ Configuration Setup Configure the URLs where AdventureLog will be accessible. 🌐 Frontend URL [http://localhost:8015]: http://10.10.187.7:8015 ℹ️ Generating secure configuration... ℹ️ Pulling required Docker images... |
Beta Was this translation helpful? Give feedback.
-
|
Hi there @thebrokennomad, the DB image is not ARM compatabile, there is an alternate image you just need to edit the
|
Beta Was this translation helpful? Give feedback.
-
|
OK, that worked, but now it won't let me login. I'll have a look and see if there's a fix for that. Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Using the basic docker-compose.yaml and .env file provided, this is as far as I can get:
$ docker compose up -d
[+] Running 0/15
⠦ server Pulling 0.6s
⠦ db Pulling 0.6s
⠦ web [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 0.6s
⠋ 6b59a28fa201 Pulling fs layer 0.0s
⠋ a110d1eff85d Pulling fs layer 0.0s
⠋ 1494ccb64b72 Pulling fs layer 0.0s
⠋ c712bb59ac9f Waiting 0.0s
⠋ b0dae795358f Waiting 0.0s
⠋ b0955218e81a Waiting 0.0s
⠋ f101fc32197f Waiting 0.0s
⠋ f3dd46b73ae6 Waiting 0.0s
⠋ 78e016e17307 Waiting 0.0s
⠋ 4f4fb700ef54 Waiting 0.0s
⠋ dbf5b761c2c6 Waiting 0.0s
⠋ 1892405d51ab Waiting 0.0s
no matching manifest for linux/arm64/v8 in the manifest list entries
Has anyone else had this issue? Raspberry Pi 4 B (8GB RAM) fully updated.
Beta Was this translation helpful? Give feedback.
All reactions