BenjaminPrice / fvtt-docker

Foundry VTT - Docker
MIT License
31 stars 38 forks source link

Get "exec /opt/foundryvtt/run-server.sh: exec format error" when starting container #32

Closed rtisticxplosions closed 8 months ago

rtisticxplosions commented 2 years ago

Hi, I followed the guide here: https://benprice.dev/posts/fvtt-docker-tutorial/ to setup everything top to bottom. Portainer and Traefik seem to work just fine. I've gotten to the final step, and have downloaded the foundry zip file for linux and placed it in my /home/$USER/foundrydl folder. I've got unzip installed, and have tested unzipping the file through the shell and it's working fine.

When I launch the container in Portainer after configuring it like it explains in the tutorial, it keeps restarting. I checked the logs and it keeps posting: "exec /opt/foundryvtt/run-server.sh: exec format error".

I'm using a VM.Standard.A1.Flex instance on Oracle cloud, running Canonical-Ubuntu-22.04-aarch64-2022.06.16-0. I've used foundry on it before no problem, I'm trying to update it to have HTTPS protection and a domain rather than an IP address.

Sorry if I'm missing something obvious.