Skip to content

Error on startup #18

@EtzBetz

Description

@EtzBetz

Hello, when running this container via docker-compose in portainer, on a Raspberry Pi 4, I only get this error as output:

standard_init_linux.go:219: exec user process caused: exec format error

My docker-compose for the container looks like this:

---
version: '3.8'

services:
  prom-plex-exporter:
    image: ghcr.io/jsclayton/prometheus-plex-exporter
    ports:
      - 9001:9000/tcp
    environment:
      PLEX_SERVER: <Plex Server URL> (yes i changed this on the deployment)
      PLEX_TOKEN: <Plex Admin Token> (yes i changed this on the deployment)

Is the image compatible with raspberry pi? Or do you see any other error here?

edit: running this locally on macos(intel) works just fine

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions