-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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
Labels
No labels