invoiceninja / dockerfiles

Docker files for Invoice Ninja
https://hub.docker.com/r/invoiceninja/invoiceninja
GNU General Public License v2.0
398 stars 264 forks source link

Raspberry Pi DB Error #545

Open JoeKep-git opened 10 months ago

JoeKep-git commented 10 months ago

The steps have been followed on the raspberry pi and I have uncommented the mariadb line in the compose file and commented the mysql line.

However, there is a database error when running the compose command.

This error is:

no matching manifest for linux/arm/v8 in the manifest list entries

I am running a raspberry pi 4 model b

karneaud commented 10 months ago

I ran into an issue like this...are you running headless? ensure that the OS is also 64bit and not 32bit

JoeKep-git commented 10 months ago

Yh, I am running headless and my Raspberry Pi is also 64 bit

karneaud commented 10 months ago

Yh, I am running headless and my Raspberry Pi is also 64 bit

Yes but ensure your operating system is also 64bits

ryangurn commented 7 months ago

Try changing your image to the following without a tag so it uses the latest tag, this worked for me on my raspberry pi 4b.

Change from image: mariadb:10.4 to image: mariadb