sytone / obsidian-remote

Run Obsidian.md in a browser via a docker container.
MIT License
1.42k stars 138 forks source link

"exec /init: exec format error" when launching the docker container in ARM (RPI4) #48

Open Carlos672 opened 1 year ago

Carlos672 commented 1 year ago

Hi, Getting the exec /init: exec format error when launching docker compose in Raspberry pi 4

This is my compose:

version: '3.3'
services:
    obsidian-remote:
        volumes:
            - '/media/xx/vaults:/vaults'
            - '/media/xx/obsidian/config:/config'
        ports:
            - '8480:8080'
        image: 'sytone/obsidian-remote:latest'
        restart: unless-stopped
rekab72 commented 1 year ago

Answered by @Just5KY in a response to this issue https://github.com/sytone/obsidian-remote/issues/8#issuecomment-1409068776

sytone/obsidian-remote:arm64 it's not on latest tag