Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Exec format error #2

Open
Squawkykaka opened this issue Dec 7, 2023 · 2 comments
Open

Exec format error #2

Squawkykaka opened this issue Dec 7, 2023 · 2 comments

Comments

@Squawkykaka
Copy link

ubuntu@hosting:~/docker/packwiz$ sudo docker-compose up --force-recreate
Recreating packwiz ... done
Attaching to packwiz
packwiz | exec /app/packwiz: exec format error

docker-compose.yml:

version: '3'
services:
packwiz:
container_name: packwiz
networks:
- proxy
labels:
traefik.enable: true
traefik.http.routers.packwiz.entrypoints: https
image: getchoo/packwiz-serve:latest
volumes:
- ./packwiz:/data
ports:
- 2748:8080
restart: unless-stopped

networks:
proxy:
external: true

@getchoo
Copy link
Member

getchoo commented Jan 7, 2024

what is the architecture of the host? i'm assuming it's not x86_64, which this image is not compatible with currently

@getchoo
Copy link
Member

getchoo commented Jan 8, 2024

90ad9d6 may have fixed this

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

No branches or pull requests

2 participants