2024-09-26, 05:11 AM
(2024-09-25, 07:15 PM)pxr5 Wrote: Thanks for this looks good. But I've just tried this for the first time and while the container runs and is healthy I'm getting this:
exec /entrypoint.sh exec format error
My stack file running in Portainer on a Raspberry pi5:
services:
jellix:
image: ghcr.io/doihaveto/jellix
container_name: jellix
restart: unless-stopped
environment:
- API_URL=http://192.168.1.43:8096/
ports:
- 3000:80
Any ideas? I did a quick google of the error and it may be something to do with how the image was created. Also what address should I use based on my compose file:
192.168.1.43:3000
or where the Jellix container is tunning:
192.168.1.56:3000
It's running ok but you're still getting an error? That's weird. Can you tell me where are you seeing this error, and send it in full? Also do you see any errors in docker logs for this container?