Replies: 1 comment 1 reply
-
Hey, I'm currently not sure if Docker automatically uses the correct architecture for your Raspberry Pi. Maybe try to set the image tag to an according architecture explicitly? (for instance: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to compose it on Raspberry Pi, running into an error.
when I checked the logs in Porttrainer, its showing this
Here is the compose snippet
certdumper:
container_name: traefik_certdumper
image: humenius/traefik-certs-dumper:latest
network_mode: none
security_opt:
- no-new-privileges:true
# command: --restart-containers container1,container2,container3
volumes:
- $DOCKERDIR/traefik2/acme:/traefik:ro
- $DOCKERDIR/traefik2/certs:/output:rw
##- /var/run/docker.sock:/var/run/docker.sock:ro # Only needed if restarting containers (use Docker Socket Proxy instead)
environment:
DOMAIN: $DOMAINNAME
Beta Was this translation helpful? Give feedback.
All reactions