Open Carlos672 opened 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
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
sytone/obsidian-remote:arm64
latest
Hi, Getting the exec /init: exec format error when launching docker compose in Raspberry pi 4
This is my compose: