getchoo / packwiz-serve

a docker image to serve packwiz modpacks
https://hub.docker.com/r/getchoo/packwiz-serve
MIT License
1 stars 1 forks source link

Exec format error #2

Open Squawkykaka opened 7 months ago

Squawkykaka commented 7 months ago

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:

networks: proxy: external: true

getchoo commented 6 months ago

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

getchoo commented 6 months ago

90ad9d652f009a53b57115c924446baf6f1d3b7b may have fixed this