Docker compose error OCI runtime create failed:

I hope someone can help me with my error.
About the system: Synology DS920+ with DSM 7.2.2 and Container Manager
An attempt is made to create a container using sudo docker-compose up -d. But I always get the error in response:

Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: “/init”: stat /init: no such file or directory: unknown

My compose looks like this:

  sonarr:
    container_name: sonarr
    image: ghcr.io/hotio/sonarr:latest
    restart: unless-stopped
    logging:
      driver: json-file
      options:
        max-file: ${DOCKERLOGGING_MAXFILE}
        max-size: ${DOCKERLOGGING_MAXSIZE}
    labels:
      - org.hotio.pullio.update=${PULLIO_UPDATE}
      - org.hotio.pullio.notify=${PULLIO_NOTIFY}
      - org.hotio.pullio.discord.webhook=${PULLIO_DISCORD_WEBHOOK}
    ports:
      - 8989:8989
    environment:
      - PUID=${PUID}
      - PGID=${PGID}
      - TZ=${TZ}
      - UMASK=002
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - ${DOCKERCONFDIR}/sonarr:/config
      - ${DOCKERSTORAGEDIR}:/data

What am I doing wrong? Where does this error message come from?

I managed to do it myself. I deleted the Synology Container Station including all images and data and reinstalled it. Now it works again.
Seems to have been a problem with the database.