Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant run on a raspberry pi #14

Open
LukasOchmann opened this issue Mar 12, 2023 · 1 comment
Open

Cant run on a raspberry pi #14

LukasOchmann opened this issue Mar 12, 2023 · 1 comment

Comments

@LukasOchmann
Copy link

Hi @Hentra,
i try to run this on an raspberry pi 4 b with rasbian installed.
I had to specify the platform in my compose file, otherwise it would not start.

  netcup:
    container_name: netcup
    restart: unless-stopped
    image: ghcr.io/hentra/dyndns-netcup-go
    platform: linux/x86_64
    volumes:
      - './netcup/confi.yml:/config.yml'
    environment:
      - INTERVAL=300

now, the following error is present in the logs:

exec /dyndns-docker: exec format error

do you have an idea how i can fix that?

@MapManagement
Copy link

What version of Raspbian / Raspberry Pi OS are you using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants