Installation on Synology fails (no matching manifest for linux/arm64/v8)

Hi,

when trying to create the dawarich on Synology using the guide (installation via yml) I get this error.

Since I am a newbie on Docker, etc. I dont know how to implement the requested changes from the guide regarding PostGIS

I would be happy, if you can guide me to get it running.

Thanks, Oliver

I’d ask you to provide logs, but I assume you have to use different docker image for database. Use imresamu/postgis:17-3.5-alpine in this section of compose file:

  dawarich_db:
    image: imresamu/postgis:17-3.5-alpine

Thanks for the info, installation done

Br, Oliver

1 Like