marcoambrosini/docker-nc-web

No arm version

Opened this issue · 0 comments

hi,

I get this on my MacBook Air (M1):

docker-nextcloud-website % sudo docker-compose up -d
Password:
[+] Running 0/2
⠇ wordpress Pulling 2.7s
⠇ db Pulling 2.7s
no matching manifest for linux/arm64/v8 in the manifest list entries

I am quite new to Mac and arm but I'm guessing this means something has to be made available for arm.

I moved the mysql:5.7 to mariadb:latest - this worked fine. I can do a PR ;-)