Error in docker-compose at up/build/image fetch time:
subsonic Pulled
Container music-subsonic-1 Creating
subsonic The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Container music-subsonic-1 Created
Container music-subsonic-1 Starting
Container music-subsonic-1 Started
Error in container at runtime:
exec /opt/subsonic/entrypoint.sh: exec format error
It looks like the container likely needs to be built as a multi-arch container with an armv8 build for this to work.
Error in docker-compose at up/build/image fetch time:
Error in container at runtime:
exec /opt/subsonic/entrypoint.sh: exec format errorIt looks like the container likely needs to be built as a multi-arch container with an armv8 build for this to work.